RE: Caching of Classes

2001-11-13 Thread Evan Swanson
If you install set up the manager application you can use it to reload the app like: http://localhost:8080/manager/reload?path=/ see jakarta doco... -Original Message- From: Ken M. Mevand [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 8:55 PM To: [EMAIL PROTECTED] Subject:

Re: Caching of Classes

2001-11-13 Thread Bo Xu
- Original Message - From: Ken M. Mevand [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 11:54 PM Subject: Caching of Classes hi, this question has probably been asked a lot, but i can't seem to find the answer. how do i get tomcat to reload the classes

Re: Caching of Classes

2001-11-12 Thread BacardiWasabi
try this.. for context - attribute reloadable Set this attribute to true if you wish to have Catalina check the classes in WEB-INF/classes and WEB-INF/lib for modification, and automatically reload this application if a change is detected. This feature is very useful during development;