Hi Bruno;

Bruno Georges schrieb:
> you can write a servlet filter for this. It will be easier that way.
> mod_rewrite is one way of doing it , but if you are going to target only
> your JSP I would recommend to go to the servlet filter way.
> You could also use valves, but you can do almost the same things with
> servlet filter.
> 
> Example of  class is:
> 
> public final class URLRewriteFilter implements Filter {
[...]


Okay, so I'll try that approach, seems to be better than relying upon
mod_rewrite in this situation. Thanks for your help!

Bye,
Kris

-- 
Kristian Rink *  http://zimmer428.net * jab: [EMAIL PROTECTED]
icq: 48874445 *  fon: ++49 176 2447 2771

"Be yourself the kind of change you want to see in this world." (Gandhi)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to