I have a tomcat 5.5.12 instance that has app.xml files under /conf/Catalina/localhost
The docbase is pointing to a directory that is not under the Tomcat Base. The apps are working fine but when autodeploying the app will deploy but the corresponding app.xml file will be removed from /conf/Catalina/localhost Which forces me to the then shut the container down, copy the app.xml file back to the proper location and then restart the container. Anyone have any insight on why this is happening??? Placing the context.xml file under META-INF is not an option in this environment. Thanks, Scott