RE: Caching of Classes

2001-11-13 Thread Evan Swanson
: 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 without restarting it?my classes are stored in /WEB-INF/classes and compiled manually by javac. thanks for the patience, i'm very new to tomcat

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

Caching of Classes

2001-11-12 Thread Ken M. Mevand
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 without restarting it?my classes are stored in /WEB-INF/classes and compiled manually by javac. thanks for the patience, i'm very new to tomcat. -ken

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;