Barry Kimelman wrote:

My system is a PC run by Windows XP.
I am running version 5.5.8 of Tomcat
I am running version 1.6.2 of Ant
I can successfully compile and install a new project with no problems. I can then successfully run the project by visiting the appropriate URL in my browser.
However when I make a change to my project either by recompiling some of my Java source code or by modifying some of JSP and/or HTML files, how do I get Tomcat to "recognize" these changes ? If I run the command "ant reload" from the DOS command line, when I rerun my application I do not see my changes. What do I need to do to install project changes ?


Well, one obvious thing you could do is restart tomcat: it takes about 10 s, but it works.
If you use eclipse with the sysdeo plugin as your IDE (which I highly recommend), you can relead the project without a tomcat restart using a command from a project pop-up menu.
If you don't use eclipse, I suggest you read up on the manager application that comes with tomcat as loading and unloading projects is it's responsibility.


Regards,
Tomislav

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to