Hello,
I'm deploying a web app which happens to be ROOT. It is not a WAR
file but an exploded app.
My Host line is as follows :
<Host name="192.168.20.20" appBase="c:/company/myapps" debug="0"
unpackWARs="false" autoDeploy="true">
</Host>
The fact the I'm deploying it as an exploded app what should
"autoDeploy" be set to *ideally*.
The reason I write this is because we have made changes to the app
and even sometimes deleted the /conf/Catalina/192.168.20.20/ROOT.xml
and find out that the ROOT folder off of the appBase has been
completely deleted !!
I can't reproduce the scenario that causes the deletion but the
"autoDeploy" attribute has piqued my curiosity.
Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org