Mar 5, 2007 #1 tsyle Programmer May 16, 2005 35 US I have a machine that has the following: Windows 2003 IIS6 Tomcat 5.5.17 The HelloWorldExample works if I use port 8080 but gives me a 503 error if I use port 80. Help...
I have a machine that has the following: Windows 2003 IIS6 Tomcat 5.5.17 The HelloWorldExample works if I use port 8080 but gives me a 503 error if I use port 80. Help...
Mar 5, 2007 #2 sedj Programmer Aug 6, 2002 5,610 If what uses port 80 ? Tomcat ? Doesn't IIS use port 80 ? -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
If what uses port 80 ? Tomcat ? Doesn't IIS use port 80 ? -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk
Mar 8, 2007 Thread starter #3 tsyle Programmer May 16, 2005 35 US I am using IIS to redirect to tomcat, so instead of typing http://machineName:8080/servlets-examples/servlet/HelloWorldExample I can type http://machineName/servlets-examples/servlet/HelloWorldExample. I got it working though. Seems to be a permssion issue on the isapi_redirect.dll file. Upvote 0 Downvote
I am using IIS to redirect to tomcat, so instead of typing http://machineName:8080/servlets-examples/servlet/HelloWorldExample I can type http://machineName/servlets-examples/servlet/HelloWorldExample. I got it working though. Seems to be a permssion issue on the isapi_redirect.dll file.