Yes, I can access both JSP and Servlets using port 8080.

> http://localhost:8080/testfolder/Test.jsp     works
> http://localhost/testfolder/Test.jsp  works
> 
> 
> http://localhost:8080/testfolder/servlet/TestServlet  does not work
> http://localhost/testfolder/servlet/TestServlet               does not work
> 
> The Green arrow is up.


This is the uriworkermap.properties file:
#
# Default worker to be used through our mappings
#
default.worker=ajp13

/*.jsp=$(default.worker) 
/servlet/*=$(default.worker)

#
# Sites to be redirected to Tomcat
#

/testfolder=$(default.worker)
/testfolder/*=$(default.worker)

Thanks,
Diana
-----Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 15, 2002 7:04 PM
To: Tomcat Users List
Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration


Are you running Tomcat as a service? If so, can you connect directly to it
through the http connector running on port 8080?

-----Original Message-----
From: Diana McLean [mailto:[EMAIL PROTECTED]]
Sent: 15 July, 2002 3:06 PM
To: [EMAIL PROTECTED]
Subject: tomcat 4.0 and IIS - troubleshoot configuration


Does anyone have any suggestions as to what to look for to determine why the
tomcat 4.0 installation is not working with IIS 5.0? They work fine
separately.

Thanks,

Diana

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to