The Tomcat distritbution doesn't have an equivalent of mod_rewrite.
Try http://javawebparts.sourceforge.net/ It has an apache license. -Tim Antony Riley wrote:
Googles suggested implementation is GPL, which prohibits me from using it, and I'm not paying for the equivalent of mod_rewrite for tomcat. I'd rather write my own and publish it under a less restrictive license. Regards my questions, (1) still stands, (2) I've partially answered for myself, by looking in the servlet 2.4 JSR (notably the <dispatcher>*</dispatcher> web.xml option seems to be missing from the Tomcat docs pages), and RequestDispatcher.forward()/include() does seem to work as expected inside a Filter. (3) I guess I'll try to reproduce this and submit an appropriately carefully worded bug after trawling through the specs myself instead of asking on the mailing list, and having someone read the first two lines and decide that I haven't even tried to use google.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]