Diana, 

Do you have a virtual directory in your website pointing to the
directory of your isapi_redirector.dll?

Specifically, if your extension_uri registry entry equals
"/jakarta/isapi_redirector.dll", then you need to have a virtual
directory called "jakarta" and it should point to the folder that
contains isapi_redirector.dll.

Hope this helps.

If you need some more pointers, try this step by step web-page

http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm

- Andrew

> -----Original Message-----
> From: Diana McLean [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, July 16, 2002 12:23 PM
> To: Tomcat Users List
> Subject: RE: tomcat 4.0 and IIS - troubleshoot configuration
> 
> 
> 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:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [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