Hi, I have the following environment: Win2k Server Tomcat 4.1 IIS 5.0 I am trying to integrate IIS and Tomcat like everyone else, but I am having an interesting problem. Tomcat works fine by itself when I do http://localhost/examples/..blahblah/blah.jsp But it doesn't work when I do http://myserver/examples/..blahblah/blah.jsp This works though: http://myserver:8080/examples/..blahblah/blah.jsp For the http://myserver/examples/..blahblah/blah.jsp it seems to be giving 500 error, but I don't see the configuration error in server.xml, urimapping, worker properties files... I have the registry added, and I also see the green arrow pointing up under the IIS ISAPI_FILTER. Could someone tell me what I could be doing wrong(or what kind of info I'm missing on my email). Thanks! TNak
