ugly urls

2005-03-23 Thread Didier McGillis
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=12type=2 and changing it to category/catid/12/type/2? - To unsubscribe, e-mail

Re: ugly urls

2005-03-23 Thread Jason Bainbridge
On Wed, 23 Mar 2005 16:47:19 +, 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=12type=2 and changing it to category/catid/12/type/2? Best way would

Re: ugly urls

2005-03-23 Thread Hein Behrens
http://tuckey.org/urlrewrite/ Does the same for Tomcat. No need for Apache - Original Message - From: Jason Bainbridge [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, March 23, 2005 6:45 PM Subject: Re: ugly urls On Wed, 23 Mar 2005 16:47:19

Re: ugly urls

2005-03-23 Thread PA
On Mar 23, 2005, at 17:47, Didier McGillis wrote: 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=12type=2 and changing it to category/catid/12/type/2? What about creating pretty URLs in the first place? Choose URIs

Re: ugly urls

2005-03-23 Thread Mark Leone
://tuckey.org/urlrewrite/ Does the same for Tomcat. No need for Apache - Original Message - From: Jason Bainbridge [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, March 23, 2005 6:45 PM Subject: Re: ugly urls On Wed, 23 Mar 2005 16:47:19 +, Didier

Re: ugly urls

2005-03-23 Thread Hein Behrens
- Original Message - From: Mark Leone [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, March 24, 2005 2:46 AM Subject: Re: ugly urls Don't know if this will help you or not, but Web Services Description Language (WSDL) provides a standard way