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

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

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 into the server.xml (I know, it is not recommended to do it in server.xml, but it is simple and I just