Hi Buster

The one way to update classes in application, I found, is to "touch"
META-INF/application.xml file, i.e. to change it's modification time.

-- 
Sergey G. Aslanov,
CBOSS Group,
Web-technologies department
mailto:[EMAIL PROTECTED]
tel: +7 095 7555655

Thursday, December 06, 2001, 6:45:21 PM, you wrote:

NB> I have set the "development" section in the application.xml for my app to
NB> true and JSPs and servlets successfully reload after changes have been made.
NB> However since I have employed an MVC architecture most of my controlling
NB> logic is contained in RequestHandler class files. even though servlets
NB> detect changes the RequestHandler classes do not. Is there any way to force
NB> orion to reload all classes with out restarting. (These class files are
NB> located under the "WEB-INF/classes" directory)


Reply via email to