> -----Original Message-----
> From: Tony McNicholas [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 09, 2002 4:05 AM
> To: [EMAIL PROTECTED]
> Subject: Query
> 
> 
> 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

AFAIK, it is only possible in tc 4.x series. TC 3.x does not support dynamic
class loading.
> 
> Thanks, 
> 
> Tony. 

Vikram.
> 
> 
> --
> To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to