Redirect requisitions to Tomcat
Hello,I have a site and I would like that every requisition with extension .do is redirected to Tomcat port.
Example:
I have a site http://www.x.com and I would like when people access it through http://www.x.com/site.do it goes to http://www.x.com:8080/site.do
How can I make this possible ?