> Automatic deployment has had a bit of an overhaul in Tomcat 8 and those 
> changes have been back-ported to 7.0.x for the next release. The behaviour in 
> a number of edge cases is now clearly defined:
> http://ci.apache.org/projects/tomcat/tomcat8/docs/config/automatic-deployment.html
>
> In your case, you'd want to deploy as a WAR with unpackWARs set to true.
> Then, any time you edit the META-INF/context.xml in the unpacked directory 
> the web application will be redeployed using the new context.xml
>
> This might work with 6 but I can't remember (it is a long time since I looked 
> at the 6.0.x automatic deployment code).
>
> ---------------------------------
>
>
> I'm on 6.0.26 and have this setting in my conf/server.xml file.
>
>       <Host name="localhost"  appBase="webapps"
>             unpackWARs="true" autoDeploy="true"
>             xmlValidation="false" xmlNamespaceAware="false">
>
>
> I was thinking it handled this kind of thing, but I may be wrong.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org




Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to