RE: help with multilingual JSP sites pls. using a Filter to rewri te the URL ?

2002-11-25 Thread Stephen Riek
aths for which you will use forward(). You probably want a filter if you are going to map all requests. glad to help :-) Charlie > -Original Message- > From: Stephen Riek [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 12:47 PM > To: Tomcat Users List > Su

RE: help with multilingual JSP sites pls. using a Filter to rewri te the URL ?

2002-11-25 Thread Cox, Charlie
> -Original Message- > From: Stephen Riek [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 12:47 PM > To: Tomcat Users List > Subject: RE: help with multilingual JSP sites pls. using a Filter to > rewri te the URL ? > > > > Thanks Charlie. > Geni

RE: help with multilingual JSP sites pls. using a Filter to rewri te the URL ?

2002-11-25 Thread Stephen Riek
Thanks Charlie. Genius. Another simple solution saves the day. I presume you also mean that I should map all incoming requests to a servlet that then examines the PathInfo and issues the requestDispatcher. Magnificent solution. Thank you indeed. Stephen. "Cox, Charlie" <[EMAIL PROTECTED]> wrote:

RE: help with multilingual JSP sites pls. using a Filter to rewri te the URL ?

2002-11-25 Thread Stephen Riek
Thanks for the reply Ron, I've heard of people using Accept-Language before but have my own doubts about that. For example, using Tomcat's example servlet to examine the request. ( http://127.0.0.1:8080/examples/servlet/RequestHeaderExample ) I find that accept-language is always "en-us" on my sy