Hi, I'd like to deploy a WAR file to my Tomcat Server (6.0.20) and Tomcat should deploy it to another directory. That means, e.g. I've a file called mywebapp.war. If I put it into the webapps folder, Tomcat would normally extract it into a folder called "mywebapp". I'd like to define somewhere (context.xml or server.xml??), to take a WAR called mywebapp.war and deploy it to the folder webapps/xyz. Or is it even possible to add a prefix, so that the mywebapp.war will be extracted to webapps/xyzmywebapp/ ?
Thanks a lot for your help, Bye, Fritz -- View this message in context: http://www.nabble.com/Change-the-deployment-path-to-another-name-than-the-.WARs-name-tp24862853p24862853.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org