facebook

Deployment from local directory

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

    kaig1969
    Member

    I’d like to be able to register and unregister (install and remove?) webapps dynamically, while the server is running. Tomcat, at least, has this manager application which allows this.

    This would avoid the lengthy deployment phase, since the files don’t have to be copied to the Tomcat home dir.

    Another advantage (the main one, IMHO) is that it restarting an application is much faster this way. Sometimes, the app does stuff on startup.

    Kai

    #199607 Reply

    support-michael
    Keymaster

    Can you not already do this by launching Tomcat from within MyEclipse and then use the Tomcat Manager from deploy/undeploy operations? Do you this you can bypass the MyEclipse deployment step.

    Michael
    MyEclipse Support

    #199648 Reply

    kaig1969
    Member

    I’ve now successfully started to do the following:

    I tell MyEclipse to deploy the application normally. Then, I can take advantage of all the hot (code replacement) stuff.

    In case I make a change that requires a restart of the application, I use my Ant tasks which stop and then start the application using the manager.

    Works beautifully, if I do say so myself.

    #199662 Reply

    support-michael
    Keymaster

    Go ahead and toot your horn. This is a nice approach. I would like to see the connector use the manager similar to that used by Ant.

    Good job.

    Michael
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Deployment from local directory

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