Yes, several ways. You can stop and start just the axis webapp - try looking at:
http://yourserver/manager/html


Via this page, or the services exposed by the manager webapp, you can deploy, undeploy, stop and start individual webapps. More details here:
<http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html>


Or you can mark the webapp context as reloadable. See:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html
Under the 'Common Attributes' section.

-Baz

Hainer Neil wrote:
Hi,

If an update is made to an existing AXIS server (class file) under Tomcat,
is there a way of re-deploying (getting Tomcat to dynamically use the new
class file version) without shutting and restarting Tomcat?


My classes are placed under:
C:\jakarta-tomcat-4.1.18\webapps\axis\WEB-INF\classes.

Thanks,

Neil




Reply via email to