facebook

configurable deployment

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270739 Reply

    SER
    Member

    Hi all,

    in WTP there is a way to fine-tune the content to deploy to a web server like Tomcat. In WTP you can use the configuration file .settings/org.eclipse.wst.common.component under a Dynamic Web Project by setting wb-resource-tags. I could not find a way in MyEclipse. Therefore all the content in my Web Project is deployed, including large files for documentation and other unneccessary stuff to run the web application.
    This makes the deployment rather slow.

    Beside that feature request I want to know, if there is a practical way how to face the problem within the current version of MyEclipse?

    Thanks for your response.

    Best regards,

    Christian Erletz
    Application Developer
    SER Solutions Deutschland GmbH

    #270788 Reply

    Riyad Kalla
    Member

    Christian,
    We are working on full deployment filtering which would give you this ability but it’s not in the product yet. That being said, the best way to work around this is to just use an Exploded deployment. Besides the initial deployment, MYEclipse will continue to keep your deployed files in sync with the files in your project as they change, no need to ever hit the “redeploy” button.

    #270842 Reply

    msquared
    Member

    Glad it’s under development. Please see my post in the Maven thread about deployment filtering via Maven dependency “scope”

    @support-rkalla wrote:

    Christian,
    We are working on full deployment filtering which would give you this ability but it’s not in the product yet. That being said, the best way to work around this is to just use an Exploded deployment. Besides the initial deployment, MYEclipse will continue to keep your deployed files in sync with the files in your project as they change, no need to ever hit the “redeploy” button.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: configurable deployment

You must be logged in to post in the forum log in