I wont to know how URl rewriting is been done on servers. Iam using orion server 2.0.3 and my application is in jsp.
I am using orion as a web server 2.0.4 and my application isbeen build in jsp,servlets with sqlserver as database.Now i want to do url_rewrite for my application. For eg.the url is :-www.aaa.com/index.jsp?product=12&company=122And i want to change it to :-www.aaa.com/product/12/company/122/index.jsp something of this sortwithout ? , & .I do not want to create folders this is to be done dynamically.Also my whole application is dynamic on every click their is adatabase connection and my result pages are been dynamicallygenerated.Kindly help me out as how can i overcome this as also i have tooptimize my site.