aspose file tools
The moose likes Tomcat and the fly likes URL Rewrite Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "URL Rewrite" Watch "URL Rewrite" New topic
Author

URL Rewrite

Timy McTipperstan
Ranch Hand

Joined: Feb 17, 2005
Posts: 32
I would like to have Apache rewrite the URLs for.

So here is what I have
category.jsp?catid=1&type=1
subcategory.jsp?catid=1&type=1
product.jsp?catid=1&type=1&productid=1

Like it to be
category/1/1 or category/1/1/
subcategory/1/1 or subcategory/1/1/
product/1/1/1 or product/1/1/1/

I have looked at Url Rewrite Filter and would like to see if apache could be a simpler more straight forward solution.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: URL Rewrite
 
Similar Threads
Apache Rewrite Rule
How to display only selected amount of data from database in two dropdown lists?
3 - level folder display in struts
logic equal syntax
Collections heirarchy