----- Original Message ----- From: "Raghuveer" <[EMAIL PROTECTED]>
To: "'Tomcat Users List'" <users@tomcat.apache.org>
Sent: Wednesday, June 18, 2008 1:05 PM
Subject: Reload classfiles withour server restarting


Is there a way to configure my tomcat to reload class files when compiled?



Imaging I have modified my Java file and compiled.

Instead of restarting the server to load the latest class files...is there a
way to configure in tomcat.



I remember it could be achieved by setting reloadable to true as per docs.
Is this correct.

Where exactly we need to configure this?

Suggest for any other alternatives.

Yes...
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
but this is not an IDE thing... its about dropping it in.

On NB one should be able to compile the individual file and then just RUN
On Eclipse... (help here)... I believe its just a matter of saving the project

The above is if you dropping the class into the webapp yourself.

Then there is the /manager/html, you do your thing and then click on reload

Then on the standard TC setup, dropping a new WAR in will make TC wake up and fix itself

One of those I guess...
Have fun...

---------------------------------------------------------------------------
HARBOR : http://www.kewlstuff.co.za/index.htm
The most powerful application server on earth.
The only real POJO Application Server.
See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
---------------------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to