This sounds bad... :(
There are options like:
- you could set up apache in front of tomcat and url rewrite there
- you could use filters
- you could have an app that actually uses any servlets..
But maybe you want to consider a forum or discussion list about servlet/jsp development?
________________________________________
From: Mohit Anchlia [mohitanchlia@gmail.com]
Sent: September 2, 2010 12:49 PM
To: Tomcat Users List
Subject: Re: URL rewrite
On Thu, Sep 2, 2010 at 9:35 AM, michel <compukat@videotron.ca> wrote:
>
> ----- Original Message ----- From: "Mohit Anchlia" <mohitanchlia@gmail.com>
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Sent: Thursday, September 02, 2010 12:25 PM
> Subject: Re: URL rewrite
>
>
>> On Wed, Sep 1, 2010 at 6:21 PM, Hassan Schroeder
>> <hassan.schroeder@gmail.com> wrote:
>>>>
>>>> Is there a way to change the URL for eg:
>>>>
>>>> http://abc.com/a
>>>> to
>>>> http://abc.com/b/a
>>>
>>> http://lmgtfy.com/?q=tomcat+url+rewrite
>>>
>> Is URL rewrite module inbuilt or is there something that need to get
>> loaded
>
>
>
>
>
> http://code.google.com/p/urlrewritefilter/
>
Looks like it needs a servlet for tomcat. Is there something like
mod_rewrite where any request coming in tomcat and without having to
have servlet can be changed?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|