Not really a high priority question, but can you create a context with a path like this:
 
<Context path="/myapp/newapp"
 
If so, what would the war file name be?
I haven't tried it, but I'd try "/myapp/newapp.war". If that doesn't work, I'd try replacing all slashes and putting it in tomcat's default webapp dir, like "/usr/share/tomcat/webapps/myapp.newapp.war". If that didn't work.... I'd start seriously reconsidering the path I was using. :)
 
- Joe

Reply via email to