On Wed, 23 Mar 2005 16:47:19 +0000, Didier McGillis
<[EMAIL PROTECTED]> wrote:
> Hi everyone
> 
> I wanted to see if in JSP or Tomcat there was an easy way to transform ugly
> urls into pretty urls.  So taking category.jsp?catid=12&type=2 and changing
> it to category/catid/12/type/2?

Best way would be to put Apache (Webserver) in front of tomcat and
then use mod_rewrite rules.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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

Reply via email to