hellooo,

do you have  any solution to set the context path didfferent from the
application name,
i set the context into the META-INF directory, tomcat copied this the
contaxt into CATALINA_HOME/conf/Enginename/HostName/app_name.xml.
but the /mycontextpath  is not deployed..I still have the /app_name
context..

context.xml

<?xml version="1.0" encoding="UTF-8"?>
<Context path="/mypath" privileged="true"
docBase="C:\apache-tomcat-5.5.23\webapps\my_webapp.war" override="true">
</Context>


thanks..



-- 
View this message in context: 
http://www.nabble.com/tomcat-5.5.23-can%27t-have-context-path-different-from-war-name.-tf4230057.html#a12034069
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to