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 55683 invoked from network); 21 Aug 2000 14:04:39 -0000 Received: from talitha.netstatresources.com (207.112.136.3) by locus.apache.org with SMTP; 21 Aug 2000 14:04:39 -0000 Received: from hermes.netstatresources.com (Hermes.NetstatResources.com [207.112.136.7]) by talitha.netstatresources.com (Postfix) with ESMTP id 63CE222EBA for ; Mon, 21 Aug 2000 09:04:38 -0500 (CDT) Received: by hpmail.netstatresources.com with Internet Mail Service (5.5.2650.21) id ; Mon, 21 Aug 2000 09:07:08 -0500 Message-ID: <0104A6DCB4B2D2119660009027BC64515650@hpmail.netstatresources.com> From: Craig Anderson To: "Tomcat User Help (E-mail)" Subject: Still Problems With webapps autosetup. Date: Mon, 21 Aug 2000 09:07:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Well... I had a problem with the apps in $TOMCATHOME/webapps automatically starting with the server. The problem was I did not want them to start ever. First I tried commenting out this line in the server.xml file. This results in the following error when trying to start tomcat. HANDLER THREAD PROBLEM: java.lang.NullPointerException java.lang.NullPointerException at org.apache.tomcat.core.ContextManager.handleError(Compiled Code) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:566) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java:156) at org.apache.tomcat.service.TcpWorkerThread.run(Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code) at java.lang.Thread.run(Thread.java:479) Then I tried removing the apps from the webapps directory and the server would no longer run my app at server.domain.com/admin/index.jsp and the following error was encountered. HANDLER THREAD PROBLEM: java.lang.NullPointerException java.lang.NullPointerException at org.apache.tomcat.core.ContextManager.handleError(Compiled Code) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:566) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java:156) at org.apache.tomcat.service.TcpWorkerThread.run(Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code) at java.lang.Thread.run(Thread.java:479) Any ideas? Craig Anderson Director of Internet Services Netstat Resources, LLC.