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> 

Reply via email to