Hi,
I’m using Tomcat 4.1.31 and MyEclipse 4.0.3. I’ve set up the Tomcat 4 application server to point to my Tomcat installation for deployment of Web Projects.
Am observing the following during my development of a web application:
Whenever I make changes to my JSP files, the changes are reflected real time.
However the changes I make to my Java files doesn’t seem to get populated to the server real time. In additional, if I then try and redeploy the application via the Re-deploy option, MyEclipse tells me this:
Deployment is out of date due to changes in te underlying project contents. You’ll need to manually ‘Redeploy’ the project to update the deployed archive.
I then needed to stop the server, re-deploy (I don’t get the message above if I stop the server) and then re-start the server to see the changes.
Are these observations because of limitations with Tomcat 4.1, or due to some set-up mis-configuration that I need to correct with my copy of MyEclipse?