facebook

Project deployment

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226289 Reply

    lacroix13
    Member

    Hi

    I’m new at working with Struts, myEclipse and Tomcat5 and I have a question.

    Do I realy have to redeploy the project everytime I modify something so the changes are effective or is there a way or a configuration that the update will be made automatically?

    Thank you

    #226305 Reply

    Riyad Kalla
    Member

    Check out our Working with Web apps here for a starter: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html

    Also make sure you are using an “Exploded” deployment, then your changes will be hotsynced to your running app server as you save the changed files.

    #226321 Reply

    lacroix13
    Member

    😕 It doesn’t seem to do that ….

    I use exploded deployment of course but the synchronization seems to work only when I modify the jsps not the Forms or the Actions …

    I mean if I update a method, this is not accessible until I restart Tomcat. Isn’t this true?

    #226326 Reply

    Riyad Kalla
    Member

    This will depend entirely on how you have Tomcat setup. If you have it setup to reload classes, then every 15 seconds or so it should reload changed classes, if you have reloading turned off (sometimes people prefer this for production machines) then it will never reload so hotsyncing won’t work.

    Hotsyncing is a two step process, 1) MyEclipse gets the new file to your app server and 2) Your app server needs to d osomething with the new file.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Project deployment

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