HI,
I have the following query,
I am using tomcat 3.3.1 and would like to deploy a new version of a webapp in a war
file. To do this I need to stop Tomcat, remove the expanded old war directory and
restart Tomcat. I would like to know is there a way to deploy a new version of a
webbapp in a war file without having to manually delete the earlier expanded war file
?
Note in the apps-*.xml file reloadable is set to true.
<?xml version="1.0" encoding="ISO-8859-1"?>
<webapps>
<Context path="/emissary"
docBase="webapps/emissary"
debug="0"
reloadable="true" >
</Context>
</webapps
Thanks,
Tony.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>