Ok... I'm not sure, it isnt intuitive, almost like context paths are a
useless extra, I cant say I understand it either.
If I want a servlet to say work on /test/secondlevel/
I change the name of the webapp to "test" and I also change the context
path in conf /engine/location/ to "test" **
I tried to create multi-level context paths for you according to the
documentation here:
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html
I tried something like this:
...\apache-tomcat-6.0.10\conf\Catalina\localhost\ROOT.xml
...\apache-tomcat-6.0.10\conf\Catalina\localhost\Second#Sec
Ok... I'm not sure, it isnt intuitive, almost like context paths are a
useless extra, I cant say I understand it either.
If I want a servlet to say work on /test/secondlevel/
I change the name of the webapp to "test" and I also change the context
path in conf /engine/location/ to "test"