Re: tomcat 5.5.23 can't have context path different from war name.

2007-08-07 Thread lmk
thanks David.it's well deployed now.. you are the best !! David Smith-2 wrote: > > Store the webapp outside the webapps directory, rename > CATALINA_HOME/conf/Enginename/HostName/app_name.xml to newAppName.xml > and add a docBase attribute to it pointing the way to the webapp's new > locat

Re: tomcat 5.5.23 can't have context path different from war name.

2007-08-07 Thread David Smith
Store the webapp outside the webapps directory, rename CATALINA_HOME/conf/Enginename/HostName/app_name.xml to newAppName.xml and add a docBase attribute to it pointing the way to the webapp's new location. --David lmk wrote: hellooo, do you have any solution to set the context path didffe

tomcat 5.5.23 can't have context path different from war name.

2007-08-07 Thread lmk
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_n