Oops -- that should have been uriworkermap.properties
-----Original Message-----
From: Jann VanOver
Sent: Wednesday, June 27, 2001 7:41 PM
To: '[EMAIL PROTECTED]'
Subject: RE: FIRST POST - Servlet installation problem
Have you added a mapping in Tomcat's urlworkermap.properties file ?
-----Original Message-----
From: Clifford P. Helsel [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 7:40 PM
To: [EMAIL PROTECTED]
Subject: RE: FIRST POST - Servlet installation problem
Importance: High
This does not solve one problem, that of redirection, or rather
accessing the Servlet through IIS. By going to port 8080 I am still
using the Tomcat engine to serve the page:
For example, in my configuration, this URL works
http://localhost:8080/myservlet/servlet/myservlet
However, this does not (and I would expect it to)
http://localhost/myservlet/servlet/myservlet
Thanks,
Cliff.
-----Original Message-----
From: Peter Davison [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 27, 2001 10: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>