I have sample.war deployed and running in tomcat. I have some contents added to webapps/sample/data. When i redeploy(auto) any new war i do not want to overwrite this folder (data). is it possible with tomcat?
I have sample.war deployed and running in tomcat. I have some contents added to webapps/sample/data. When i redeploy(auto) any new war i do not want to overwrite this folder (data). is it possible with tomcat?
application data should be in a directory on the same level as webapps so that it is not erased when you redeploy your app.
San Muthu
Greenhorn
Joined: Sep 06, 2012
Posts: 3
posted
0
Hi,
Thanks for the reply.
The project code seems to be legacy code.. So i did not want touch anything there. Is there any way in tomcat to achieve this?