This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Running a servlet with IIS and tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Running a servlet with IIS and tomcat" Watch "Running a servlet with IIS and tomcat" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Running a servlet with IIS and tomcat
 
Similar Threads
IIS url proxy to Apache Tomcat
Restrict JSP Page
How to configure IIS with Tomcat
Error 501/505 in IE but not Firefox
URGENT----Tomcat and IIS