If your ActionSupport class is under WEB-INF/classes and if you have defined the context as reloadable 
 <Context .... reloadable="true"/> in your server.xml file then the context will automatically be restarted.
 
I don't know if this works specifically with WebWork (i.e. it won't if WW puts non-Serializable classes in sessions)

 -----Original Message-----
From: Steve Swett [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 12, 2003 6:17 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Must Tomcat web app be stopped/started for revised Action classes to take effect?

If I change my class that extends ActionSupport, must I stop and then restart Webwork (with the Tomcat Manager application, for example) before my new changes will take effect?  How do I do a "hot update" or a "hot fix"?

 

Thanks.

Reply via email to