Hi all,

 

I have a web application running on tomcat with a context myapp

I access this webapp via apache using a proxypass and proxy balancer ==> 
http://myserver.com/myapp

 

Now, I want to use the url http://myserver.com and apache will forward my 
request to tomcat by adding the URI /myapp to this URL.

mod_rewrite does that, but my question is that how can I avoid displaying the 
context path in the browser adress bar?

 

so I want to write http://myserver.com/abd and to be redirected to 
http://myserver.com/myapp/abd without displaying the URL 
http://myserver.com/myapp/abd in the adress bar.

 

Thanks for the help.

 

Inas.

_________________________________________________________________
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx

Reply via email to