Re: [Resin-interest] Redirect or forwarding

2010-08-19 Thread Riccardo Cohen
I'm doing url-rewriting in code and not in conf. What I do is write some servlet mapping : servlet-mapping url-pattern=/fr/* servlet-name=urlmanager/ servlet-mapping url-pattern=/en/* servlet-name=urlmanager/ In the urlmanager servlet, I'm able to redirect or forward any request based on

[Resin-interest] Redirect or forwarding

2010-08-18 Thread Francis, Steve (IHG)
I'm not sure if I want a redirect of a forward here. I'll explain. I have a linux host with multpile IP addresses, and therefore, multiple DNS names. I'd like to be able to send requests for a base dns name with nothing after the .com to a specific application. http://hmisupportqa.hiw.com