hello all. I have an IIS server running about a dozen websites with ASP (W2K AS). I need to be able to run JSP sites as well now, so downloaded and successfully installed TOMCAT 4.1.18. When I run localhost:8080/examples etc. I get JSP without a problem.
I would like to configure a new website within IIS that will route a DNS name to the JSP site, and execute the JSP code. (still using port 80 if possible). So that will be routed to the JSP engine.
I read several webpages on integrating IIS and Tomcat. I did download the isapi dll and was able to "get the green arrow". Most of the pages suggested changing the config of the default web site, but I need to create a new site. The pages I found were old, still referring to TOMCAT_HOME rather than CATALINA_HOME,and ajp12( which I understand is deprecated in Tomcat 4.1) and I didn't understand a thing about the "workers.properties" and "uriworkermap.properties" files.
I could really use a walk through on this one. Thanks in advance.
I would like to configure a new website within IIS that will route a DNS name to the JSP site, and execute the JSP code. (still using port 80 if possible). So that will be routed to the JSP engine.
I read several webpages on integrating IIS and Tomcat. I did download the isapi dll and was able to "get the green arrow". Most of the pages suggested changing the config of the default web site, but I need to create a new site. The pages I found were old, still referring to TOMCAT_HOME rather than CATALINA_HOME,and ajp12( which I understand is deprecated in Tomcat 4.1) and I didn't understand a thing about the "workers.properties" and "uriworkermap.properties" files.
I could really use a walk through on this one. Thanks in advance.