Re: [Resin-interest] Forward or Redirect

2010-08-19 Thread Riccardo Cohen
In the servlet that receives the request, you can get the current uri: request.getRequestURI() and check if it is "/" or more. the servlet-mapping cannot help you here because you're at the site root. one more thing, as you cannot redirect "/" in the conf, what I've done is putting a simple cod

Re: [Resin-interest] Forward or Redirect

2010-08-19 Thread Scott Ferguson
Francis, Steve (IHG) wrote: > Ok..so I believe I will use forward, but the question still remains can > I have it exact match ONLY if it has nothing following the ".com", as in > the http://hmisupport.hiw.com because if I forward anything else, the > application wouldn't work. The regexp doc isn'