You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wolfgang Bauer <wo...@iaik.at> on 2000/11/27 13:05:41 UTC

Problem with tomcat & IIS 5.0

Hi,
I am using Tomcat as a servlet engine for IIS 5.0 on win 2k. It is registered as a service and works fine.
BUT: In irregular interval the service stops.

Has anyone encountered similar problems or has any idea where to look for the error ??
Any help appreciated

Wolfgang


P.S. To map any request of the /servlet subdirectory to the servlet engine, I created a Wep-App called servlet, and in its 
        web.xml file I added:

    <servlet-mapping>
        <servlet-name>
            invoker
        </servlet-name>
        <url-pattern>
            /
        </url-pattern>
    </servlet-mapping>   
   
 Can this causes my troubles ??

P.P.S.: I am NOT using jdk 1.3