I have 2 application deployed in one server (
Tomcat 7.0.28 ) and we have also update the context path in server.xml as below
We have noticed sometime the context path directories ( XX and YY ) are creating in webapps directory when the server gets rebooted. So the webapps has below folders.
app1.war app1 app2.war app2 XX YY
We have builded are more than 10 servers and only couple of servers have this issue.
Any thoughts ?
-M