Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 24015 invoked from network); 3 Dec 2000 14:51:13 -0000 Received: from mail03.rapidsite.net (207.158.192.52) by locus.apache.org with SMTP; 3 Dec 2000 14:51:13 -0000 Received: from www.enableoa.com (209.238.19.80) by mail03.rapidsite.net (RS ver 1.0.58s) with SMTP id 08165627 for ; Sun, 3 Dec 2000 09:51:00 -0500 (EST) Message-ID: <003401c05d37$90b2df40$13452dd0@enablecollege.com> From: "Paul Mendelson" To: Subject: Auto start servlets in Tomcat 3.2 Date: Sun, 3 Dec 2000 09:44:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Loop-Detect: 1 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I am trying to have a servlet start automatically in Tomcat 3.2. In Tomcat 3.1 I created a servlet entry in web.xml and everything went fine. In Tomcat 3.2 they provide a sample web.xml file but it refers to a class, org.apache.tomcat.servlets.InvokerServlet, that does not seem to be part of Tomcat anymore. My questions are: is web.xml still the proper way to introduce servlets that should start when Tomcat starts? If web.xml is the vehicle, what is the correct syntax for the block: invoker org.apache.tomcat.servlets.InvokerServlet OR When I take out that section my servlets don't run at all? Thanks in advance, Paul