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..
--
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)