Hi !

I'm using tomcat-specific ant tasks and very happy :) It's allows you
to restart web app without restarting tomcat. Take a look at manager
web app came with distribution.

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant

On 9/13/05, Olena Mitovska <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> We have Tomcat 5.5.7 installed on Solaris 9 and the autoDeploy option doesn't 
> work.  We have to restart the server every time we redeploy the application 
> so that changes will be seen, and it is unacceptable for us since it is a 
> production server.
> 
> Here is the excerpt from our server.xml where we enabled autoDeploy option.
> 
> - <Host appBase="webapps" autoDeploy="true" name="localhost" 
> unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false">
> 
> and for every application  the Context element have attribute  
> reloadable="true".
> 
> The same settings work fine in windows environment so we tend to think it is 
> specific Unix problem. Can you, please ,advise, how we can redeploy 
> application without having to restart the server every time.
> 
> Olena
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to