Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 41492 invoked from network); 6 Feb 2006 21:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 21:51:17 -0000 Received: (qmail 92331 invoked by uid 500); 6 Feb 2006 21:51:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92290 invoked by uid 500); 6 Feb 2006 21:50:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 92128 invoked by uid 99); 6 Feb 2006 21:50:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 13:50:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wapace@bellsouth.net designates 205.152.59.73 as permitted sender) Received: from [205.152.59.73] (HELO imf25aec.mail.bellsouth.net) (205.152.59.73) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 13:50:51 -0800 Received: from ibm69aec.bellsouth.net ([192.168.16.253]) by imf25aec.mail.bellsouth.net with ESMTP id <20060206215029.NDIG1957.imf25aec.mail.bellsouth.net@ibm69aec.bellsouth.net> for ; Mon, 6 Feb 2006 16:50:29 -0500 Received: from mail.bellsouth.net ([192.168.16.253]) by ibm69aec.bellsouth.net with SMTP id <20060206215029.CBYU23047.ibm69aec.bellsouth.net@mail.bellsouth.net> for ; Mon, 6 Feb 2006 16:50:29 -0500 X-Mailer: Openwave WebEngine, version 2.8.16.1 (webedge20-101-1106-101-20040924) X-Originating-IP: [64.218.150.10] From: Warren Pace To: "Tomcat Users List" Subject: Re: Tomcat Startup Messages Date: Mon, 6 Feb 2006 16:50:27 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20060206215029.CBYU23047.ibm69aec.bellsouth.net@mail.bellsouth.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > From: > Date: 2006/02/06 Mon AM 11:17:08 EST > To: > Subject: Tomcat Startup Messages > > Hello, > > although I didn't find an answer whether to have catalina run as > root proc or under unprivileged uid > (Charles Cladarale mentioned it was required for binding to low > ports, for which there's no need in my setup since I so far used > standard ports which are all well beyond 1023) > I decided for the latter. > So I eventually did a > chown -R tomcat:apache $CATALINA_HOME > and restarted the thing with su to tomcat, and with the -security > switch set > (albeit with the standard catalina.policy as it came out of the > tarball so far) > > In the catalina.out I stumbled over these entries. > Ralph, How are you starting Tomcat? Are you using startup.sh or catalina.sh? Did you happen to edit either of these files? Sounds as if classpath has been changed. warren > > Feb 6, 2006 4:55:17 PM > org.apache.catalina.core.AprLifecycleListener lifecycleEvent > INFO: The Apache Tomcat Native library which allows optimal > performance in production environments was not found on the > java.library.path: > /usr/java/jre1.5.0_06/lib/i386/client:/usr/java/jre1.5.0_06/lib/i > 386:/usr/java/jre1.5.0_06/../lib/i386 > > > Is it worthwhile installing the Apache Tomcat Native Lib, and > where would I get it > (probably somewhere beneath tomcat.apache.org)? > > I don't intend to install a JDK on this box (where the NatLib is > probably shipped with?) > since this shouldn't be a development box. > > > Feb 6, 2006 4:55:17 PM org.apache.catalina.core.StandardHost > start > INFO: XML validation disabled > > Does it mean it would run a pre-flight check for non valid XML in > config files? > What would it take to enable XML validation? > > And finally, what about these errors marked severe? > > Feb 6, 2006 4:55:18 PM org.apache.catalina.core.StandardContext > start > SEVERE: Error filterStart > > Where would I have to setup filters? > What filters? > Kind of TCP wrapper, or ACLs? > > > Feb 6, 2006 4:55:18 PM org.apache.catalina.core.StandardContext > start > SEVERE: Context [/balancer] startup failed due to previous errors > Feb 6, 2006 4:55:19 PM > org.apache.coyote.http11.Http11BaseProtocol start > > Right, I haven't yet set up a load balancer. > But I guess this is optional stuff, isn't it? > > > However, tomcat seems to have started > > # ps -fu tomcat > UID PID PPID C STIME TTY TIME CMD > tomcat 22682 1 4 16:55 pts/1 00:00:02 > /usr/java/jre1.5.0_06/bin/java -Djava.util.logging.ma > > > as a wget of the /manager/list URL shows > > > OK - Listed applications for virtual host localhost > /webdav:running:0:webdav > /servlets-examples:running:0:servlets-examples > /jsp-examples:running:0:jsp-examples > /balancer:stopped:0:balancer > /host-manager:running:0:/var/www/tomcat/apache-tomcat-5.5.15/serv > er/webapps/host-manager > /tomcat-docs:running:0:tomcat-docs > /:running:0:ROOT > /manager:running:0:/var/www/tomcat/apache-tomcat-5.5.15/server/we > bapps/manager > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org