Re: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread jean-yves ciccoli
in the server.xml file : /tomcat/conf/ ** /francenet.fr/j-y ciccoli - Original Message - From: Bigelow, Mark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 21, 2002 5:44 PM Subject: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 I can get to the servlets

RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Bigelow, Mark
I'm sorry. I didn't get all the message. Mark -Original Message- From: jean-yves ciccoli [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 8:48 AM To: Tomcat Users List Subject: Re: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 in the server.xml file : /tomcat

RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Bigelow, Mark
To: Tomcat Users List Subject: Re: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 This file is for Tomcat 4.0.1. Anyway, i've tried it with Tomcat 4.0.2 and it works well. Just replace the isapi_redirect.dll by isapi_redirector.dll. Good luck. - Original Message - From: Bigelow

Re: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Frederic Calvo
6:05 PM Subject: RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 Yes the redirector.dll is in place and functioning and has been. My problem is that when I try to access the servlet without the port 8080 I get a 404 page not found error. Mark -Original Message- From

Re: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Øyvind Vestavik
Maybe I'm wrong and maybe I just misunderstood, but I think your os will prevent you from having 2 applications listening to the same port. Thats why you get the 404 http error. The request will go to the application that was first to bind to the port, i think. Øyvind Øyvind Vestavik Øvre

RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Barney Hamish
=$(default.worker) -Original Message- From: Bigelow, Mark [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 6:05 PM To: 'Tomcat Users List' Subject: RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 Yes the redirector.dll is in place and functioning and has been. My problem

RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2

2002-02-21 Thread Bigelow, Mark
, February 21, 2002 9:18 AM To: 'Tomcat Users List' Subject: RE: Port 80 access for servlets from IIS 4.0 and Tomcat 4.0.2 It sounds like your problem is that the redirect dll doesn't know about your servlet. If you don't refer to the servlet as /myApp/servlet/myServlet but rather as /myApp/myServlet