| Author |
Running a servlet with IIS and tomcat
|
Greg Kearn
Greenhorn
Joined: Dec 06, 2001
Posts: 20
|
|
I have created a working index.jsp which calls a working servlet using localhost:8080/website/index.jsp and ... website/servlet/servlet. I created a virtual director in IIS to the location of index.jsp. Using the correct URL, IIS will display index.jsp but gives me a 404 error when I try to access the servlet. How do I configure IIS to work with Tomcat servlets? Thanks for the time. Greg
|
 |
Greg Kearn
Greenhorn
Joined: Dec 06, 2001
Posts: 20
|
|
The answer for me was 2 fold: 1st - Add two additional lines to uriworkermap.properties 2nd - go into services and stop and start the "WWW Publishing Service", I was using the "Restart IIS" option.
|
 |
 |
|
|
subject: Running a servlet with IIS and tomcat
|
|
|