Re: Are there any web servers available that serve BOTH...
Posted By:
Anonymous
Posted On:
Monday, August 6, 2001 12:34 PM
I don't think it could exists because JSP came from Java and ASP came from Microsoft, they can't live together.
Besides, Tomcat is not just a "plug-in" is a Servlet Engine. As you may know a JSP page is compiled and the converted into a Servlet, Tomcat is the application needed to run those servlets.