hello. i have an application on tomcat server that is under a directory
"easyportal"
i wanna Pound to go from http://mysite/news to
http://192.168.1.105:8080/easyportal
i have this:
listenHTTP 192.168.1.10,80
UrlGroup ".*/news/*"
BackEnd 192.168.1.105,8080,1
EndGroup
but how can i rewrite news to easyportal ?
Thanks in Advance.
Ivan Hernandez
Re: How to change requested directory Robert Segall <roseg(at)apsis.ch>
On Friday 14 January 2005 16:19, ihernandez(at)cinemasoft.com.ar wrote:[...]
You can't. Pound does not currently support URL rewriting. There is a
discussion going on about it, but it may take a while (if at all).[...]