Sorry, maybe I wasn't clear.
IIS is running on port 80. Requests like http://localhost/examples/Hello.html work. http://localhost/examples/Hello.jsp does not due to the fact that is is being redirected unsucessfully by isapi_redirect.dll. The IIS logs show a 500 error, but there is no entry in the Tomcat or the iis_redirect logs. Chuck ----Original Message Follows---- From: "Miao, Franco CAWS:EX" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Subject: RE: Problem connecting Tomcat 4.0.1 with IIS 5.0 Date: Thu, 17 Jan 2002 13:45:31 -0800 you forgot to change 8080 to 80, when Tomcat install, 8080 is default port. http://localhost always mean 80 port -----Original Message----- From: Chuck Rockey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 1:38 PM To: [EMAIL PROTECTED] Subject: Problem connecting Tomcat 4.0.1 with IIS 5.0 Hi All, I have Tomcat and IIS running fine separately, but when I try and access a file that should be redirected by isapi_redirect.dll I get a 500 error. i.e. this works: http://localhost:8080/examples/jsp/num/numguess.jsp this doesn't: http://localhost/examples/jsp/num/numguess.jsp The contents of uriworkermap.properties is: /*.jsp=ajp13 I used http://members.ozemail.com.au/~lampante/howto/tomcat/iisnt/ as a guide to get this far. Any suggestions would be greatly appreciated. Chuck _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
