Hi, I take it you've read through something along the lines of http://www.aoindustries.com/docs/jakarta-tomcat-3.2b6/tomcat-iis-howto.h tml And done http://www.google.com/search?hl=en&ie=UTF8&oe=UTF8&q=isapi_redirect.dll& btnG=Google+Search
Have you confirmed that the ISAPI filter is installed into IIS? Are the registry keys confirmed correctly. These change be checked by IIS Manager | <ServerName> | Properties | WWW Service | Properties | ISAPI Filter I'm hoping some guru will one day have the inclination of writing an APP Filter for .jsp on IIS. As a side note any good firewall allows you to route directories to different servers so you could potentially drop the ISAPI filter. This is a good thing because (although I haven't looked at the code) ISAPI filters are typically how IIS is compromised. Regards Steven -----Original Message----- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 12:35 To: Tomcat Users List Subject: Re: tomcat with IIS Steve, I think you misunderstood my question. Here is what we want to do. We want to put all of our files, static html, images, jsps under the IIS server and tell Tomcat that its docroot is under IIS (point to the IIS docroot from Tomcat's server.xml file) When the user asks for an HTML page, they get it from IIS. When they ask for a JSP page *from IIS*, IIS forwards the request to Tomcat, acting as a proxy. We are trying to use the isapi_redirect.dll within IIS and it's not forwarding JSP/servlet requests. -Chris ----- Original Message ----- From: "Steven Sporen" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, June 07, 2002 6:20 AM Subject: RE: tomcat with IIS Use hard links (FQ URL eg. http://wwwiis.xxx.com/graphics1.gif vs. ./graphics1.gif) on your jsp pages ref the static content on the IIS service. Question is why would you want to - twice the risk of being hacked. -----Original Message----- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: 07 June 2002 12:24 To: Tomcat Users List Subject: tomcat with IIS We are attempting to get IIS to work with Tomcat such that IIS forwards JSP requests to Tomcat and otherwise handles static content. Has anyone gotten this to work? Thanks, Chris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
