This is a discussion on How can i set up Apache/Tomcat so it processes *.asp files as JSP? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi All, In one of our Web Applications, we do have URL(s) which end with .ASP extensions such as ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
In one of our Web Applications, we do have URL(s) which end with .ASP extensions such as the following: http://www.webcommerce.com/display.asp But we would like if those URL(s) end, with .JSP extensions, because when click to the link above, it should map to JSP file, called display.jsp. My question is: How can we configure Apache's httpd.conf file, so that it can convince tomcat, to consider all URL(s) ending with .ASP extensions as .JSP files? Thanks! |