The only app that I've been able to install which actually gets started when I start Tomcat has a context path which is identical to the Directory name. I need to get this context path changed. Anybody know how to do this? I have tried to install the same App using the Application Manager where I specify the context path that I want, and the URL of the Directory. The results are as follows: sometimes I get an error message = failed - context path must equal directory name. sometimes the install succeeds, but then when Tomcat is started the next time, the application with that context path is missing. In order to get the context path that I want, I always have to go into Application Manager after starting Tomcat and try installing it with the desired context path.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11863
posted
0
In order to escape from the assumptions that Tomcat makes about application names and directory paths you have to configure entries in server.xml Bill