Tomcat 5.5.17 JDK 1.5
I deployed a war through the online manager and it deployed it under the filename instead of the path in the META-INF/context.xml of the war. So my war is mycontext-20070427-0946-sys.war And my context.xml has path="/mycontext" in it but it deployed it under mycontext-20070427-0946-sys. I thought it should read the path and deploy it under /mycontext without the timestamp. Shawn