I am attempting to deploy a web app to my tomcat 6 instance. I have created my war file which contains my app.xml context file (in the META-INF directory).
When I deploy the war (move it into the webapps directory), the app.xml file does not automatically get copied to the conf/Catalina/localhost directory. (in fact there wasn't a Catalina/localhost directory there until I manually created it)
Tomcat 5.5 has the directory, but it doesn't copy the app.xml file either.
Any ideas on how to make this happen upon app deployment
- GD
When I deploy the war (move it into the webapps directory), the app.xml file does not automatically get copied to the conf/Catalina/localhost directory. (in fact there wasn't a Catalina/localhost directory there until I manually created it)
Tomcat 5.5 has the directory, but it doesn't copy the app.xml file either.
Any ideas on how to make this happen upon app deployment
- GD