D Sledge wrote:
When I undeploy a web service, the class files remain loaded in the cache.  This 
becomes a problem
when I need to update those files.  Unless I shut down tomcat and start it up again, 
none of the
changes I make to the class files will go into effect.  Even if I remove them 
entirely, I'm still
able to redeploy the web service without any changes to the service.  Is there anyway 
to unload
the class files without shutting down and restarting tomcat?

What if your reload the Axis webapp?

In JBoss, I do this:
'touch server/deploy/axis.war/WEB-INF/web.xml'

Reply via email to