Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 51287 invoked from network); 14 Dec 2010 16:38:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Dec 2010 16:38:14 -0000 Received: (qmail 47152 invoked by uid 500); 14 Dec 2010 16:38:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46964 invoked by uid 500); 14 Dec 2010 16:38:08 -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 46955 invoked by uid 99); 14 Dec 2010 16:38:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 16:38:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pid@pidster.com designates 209.85.161.169 as permitted sender) Received: from [209.85.161.169] (HELO mail-gx0-f169.google.com) (209.85.161.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Dec 2010 16:38:01 +0000 Received: by gxk5 with SMTP id 5so532142gxk.0 for ; Tue, 14 Dec 2010 08:37:39 -0800 (PST) Received: by 10.236.103.33 with SMTP id e21mr2001128yhg.58.1292344658783; Tue, 14 Dec 2010 08:37:38 -0800 (PST) References: <845474.37107.qm@web76904.mail.sg1.yahoo.com> From: "Pid *" In-Reply-To: <845474.37107.qm@web76904.mail.sg1.yahoo.com> Mime-Version: 1.0 (iPhone Mail 8B117) Date: Tue, 14 Dec 2010 16:38:14 +0000 Message-ID: <-3621796721653690375@unknownmsgid> Subject: Re: StartUpServlet in web.xml is not executed To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 On 14 Dec 2010, at 14:13, dfsdf fsdfsd wrote: > Hi > I am using Tomcat 5.5.4 under Unix Sun Solaris. > I have a servlet that should be executed on web.xml > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" > version="2.4"> > > Apache-Axis Uh-oh. p > > StartUp > > com.dpadmin.config.StartUpServlet > > 1 > > > > > But then now, this servlet is not executed. > I have the same problem around 1 year ago, and by that time, i just deleted the work directory under my webapp and it works. > > And now, it doenst work anymore. > > Log file when it works : > Using CATALINA_BASE: /opt/dpmaster/dp7.1.2/dpadminserver > Using CATALINA_HOME: /opt/dpmaster/thirdparty/jakarta_tomcat > Using CATALINA_TMPDIR: /opt/dpmaster/dp7.1.2/dpadminserver/temp > Using JAVA_HOME: /usr/java > Aug 31, 2010 4:44:42 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-7600 > Aug 31, 2010 4:44:42 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 1197 ms > Aug 31, 2010 4:44:42 PM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Aug 31, 2010 4:44:42 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.5.4 > Aug 31, 2010 4:44:42 PM org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > Aug 31, 2010 4:44:43 PM org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive administrator.war > log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). > log4j:WARN Please initialize the log4j system properly. > > Aug 31, 2010 4:44:47 PM com.generaladmin.modules.ModuleManager initialize > INFO: No modules found in directory /opt/dpmaster/dp7.1.2/dpadminserver/modules > Aug 31, 2010 4:44:47 PM com.dpadmin.config.StartUpServlet init > INFO: No modules found in directory /opt/smarttrust/dpmaster/dp7.1.2/dpadminserver/modules > > Aug 31, 2010 4:44:49 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-7600 > Aug 31, 2010 4:44:49 PM org.apache.jk.common.ChannelSocket init > INFO: JK2: ajp13 listening on /0.0.0.0:7602 > > > > And now only like this : > > Using CATALINA_BASE: /opt/dpmaster/dp7.1.2/dpadminserver > Using CATALINA_HOME: /opt/dpmaster/thirdparty/jakarta_tomcat > Using CATALINA_TMPDIR: /opt/dpmaster/dp7.1.2/dpadminserver/temp > Using JAVA_HOME: /usr/java > Dec 14, 2010 5:57:49 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-7600 > Dec 14, 2010 5:57:49 PM org.apache.catalina.startup.Catalina load > INFO: Initialization processed in 1050 ms > Dec 14, 2010 5:57:49 PM org.apache.catalina.core.StandardService start > INFO: Starting service Catalina > Dec 14, 2010 5:57:49 PM org.apache.catalina.core.StandardEngine start > INFO: Starting Servlet Engine: Apache Tomcat/5.5.4 > Dec 14, 2010 5:57:49 PM org.apache.catalina.core.StandardHost start > INFO: XML validation disabled > Dec 14, 2010 5:57:49 PM org.apache.catalina.startup.HostConfig deployWAR > INFO: Deploying web application archive administrator.war > log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). > log4j:WARN Please initialize the log4j system properly. > > Aug 31, 2010 4:44:49 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-7600 > Aug 31, 2010 4:44:49 PM org.apache.jk.common.ChannelSocket init > INFO: JK2: ajp13 listening on /0.0.0.0:7602 > > > > You may see that the com.dpadmin.config.StartUpServlet init > is not executed. > > How do i solve this ? > > Thank you. > > Best Regard > Sandy > > > > > > --------------------------------------------------------------------- > 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