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



smime.p7s

Reply via email to