Mike,
I think you're correct that there is a problem between Tomcat and IIS.
Because as Peter suggested the :8080 URL does work. The isapi.log file
does look ok though...
-----Original Message-----
From: Michael Percy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 10:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: FIRST POST - Servlet installation problem
Peter,
I think his problem is somewhere between IIS <-> Tomcat. Not sure how to
help, though, as I am not familiar with IIS.
Mike
-----Original Message-----
From: Peter Davison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 7:32 PM
To: [EMAIL PROTECTED]
Subject: Re: FIRST POST - Servlet installation problem
Hi Clifford.
Note the lack of :8080 in the URL you mention.
Try this:
http://localhost:8080/servlet/myservlet
and see if that works any better.
P.
CH> I'm using the url: http://localhost/servlet/myservlet
CH>