Request.getContextPath() after RequestDispatcher.forward()

2008-03-03 Thread ciAnd7
Hi! I am using tomcat 6.0.13 on linux. I try to deploy my application in to the root context. I.e. it should be available as root application on one of virtual host (http://vhost1/). So, I add Context ... path=/ / into the server.xml (I know, it is not recommended to do it in server.xml, but it

Re: Request.getContextPath() after RequestDispatcher.forward()

2008-03-03 Thread ciAnd7
Christopher Schultz-2 wrote: ciAnd7 wrote: | Context ... path=/ / Perhaps you meant: Context path= - -chris No. I mean ' path=/ '. I try empty string putting Context / in server.xml, and in app.war/META-INF/context.xml but without success: ROOT application from default host