Re: Multilevel context path problem

2007-04-10 Thread Johnny Kewl
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" **

Re: Multilevel context path problem

2007-04-10 Thread Rashmi Rubdi
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

Re: Multilevel context path problem

2007-04-10 Thread Johnny Kewl
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"