You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by suviswan <su...@cisco.com> on 2004/03/09 15:47:48 UTC

How to disable AutoDeploy in Tomcat 4.1.29 ?

Hi
        I have tried changing autoDeploy=false in server.xml. But it's not
working. It's still discovering the
web applicatios under webapps directory.
        Any ideas ?

Thanks
Surendra


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: How to disable AutoDeploy in Tomcat 4.1.29 ?

Posted by Ankur Shah <to...@optonline.net>.
suviswan wrote:

>> Hi
>>        I have tried changing autoDeploy=false in server.xml. But it's 
>> not
>> working. It's still discovering the
>> web applicatios under webapps directory.
>>        Any ideas ?
>>  
>

Try setting the "deployOnStartup" property to false in your host 
definition. Look at section "Automatic Application Deployment" in tomcat 
docs for more info on this:

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Automatic%20Application%20Deployment

regards,
-- Ankur

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: How to disable AutoDeploy in Tomcat 4.1.29 ?

Posted by Bill Stilwell <bi...@marginalia.org>.
suviswan wrote:

>Hi
>        I have tried changing autoDeploy=false in server.xml. But it's not
>working. It's still discovering the
>web applicatios under webapps directory.
>        Any ideas ?
>  
>
autoDeploy only controls what happens at tomcat startup, do you have 
liveDeploy set to false as well?



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org