SV: URL-rewriting 2003-12-29 - By Mattias Bogeblad
Back Hi and thanx for the suggestion but I want to try the rewrite module first as that offers all flexibility I need. The package I named is a pure java implementation of Apache mod-rewrite so I thought I benefit from it if possible.
Anyone else who can contribute?
Regards Mattias Bogeblad
-- --Ursprungligt meddelande-- -- Fr�n: Shapira, Yoav [mailto:Yoav.Shapira@(protected)] Skickat: den 29 december 2003 19:13 Till: Tomcat Users List �mne: RE: URL-rewriting
Howdy, I'm not an expert on Apache's mod-rewrite, so I'll give you one possible pue java solution: a fairly simple filter (a javax.servlet.Filter  filter). Map the filter /* and code your redirection rules in java.
Actually, you might want to look at the balancer webapp (tomcat 5) which has a StringMatchRule that you can use.
Yoav Shapira Millennium ChemInformatics
>-- --Original Message-- -- >From: Mattias Bogeblad [mailto:mattias.bogeblad@(protected)] >Sent: Monday, December 29, 2003 12:57 PM >To: Tomcat Users List >Subject: URL-rewriting > >Hi All, > >I want to be able to use url-rewriting in an application I have. >I want to transform urls like >http://localhost:8080/infoglueDeliver/products/productX.html to >http://localhost:8080/infoglueDeliverDev/ViewPage.action?navigationTitl e >=products/productX.html > >I have checked out the http://www.tuckey.org/urlrewrite-package but I'm >not sure how to write the regexp to accomplish what I want. > >Anyone good at these things? > >Regards, >Mattias Bogeblad
This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|