You could reload the axis context in Tomcat. I'm doing that in ANT, like
this:
<target name="reload" depends="init">
<echo message=" ** reload axis **"/>
<get src="http://localhost:80/manager/reload?path=/axis"
dest="reloadresult.txt"
username="manager"
password="manager123"/>
</target>
/Christer
> -----Original Message-----
> From: Hainer Neil [mailto:[EMAIL PROTECTED]
> Sent: den 20 mars 2003 17:00
> To: AXIS User
> Subject: Dynamically re-deploying AXIS server (class files )
>
> 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
>