Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 36184 invoked from network); 14 Dec 2004 11:23:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Dec 2004 11:23:54 -0000 Received: (qmail 52548 invoked by uid 500); 14 Dec 2004 11:23:10 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 52525 invoked by uid 500); 14 Dec 2004 11:23:10 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52511 invoked by uid 99); 14 Dec 2004 11:23:09 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_50_60,HTML_MESSAGE,LINES_OF_YELLING,LINES_OF_YELLING_2,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from inmumg01.tcs.com (HELO InMumG01.tcs.com) (203.197.24.225) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Dec 2004 03:23:05 -0800 Received: from InMumG01.tcs.com ([172.17.9.35]) by InMumG01.tcs.com (Lotus Domino Release 6.0.3) with ESMTP id 2004121416491340-48205 ; Tue, 14 Dec 2004 16:49:13 +0530 Received: from InMumM02.tcs.com ([10.10.10.241]) by InMumG01.tcs.com with InterScan Messaging Security Suite; Tue, 14 Dec 2004 16:49:12 +0530 In-Reply-To: <41BD58F6.7010004@gkbcinc.com> To: "Tomcat Users List" Subject: Tomcat5.5/xp/starting problem Please help me MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5 September 26, 2003 From: birendar.waldiya@tcs.com Message-ID: Date: Tue, 14 Dec 2004 16:46:13 +0530 X-MIMETrack: Serialize by Router on InMumM02/TCS(Release 6.0.3HF642 | November 16, 2004) at 12/14/2004 16:48:40, Serialize complete at 12/14/2004 16:48:40, Itemize by SMTP Server on InMumG01/TCS(Release 6.0.3|September 26, 2003) at 12/14/2004 04:49:13 PM, Serialize by Router on InMumG01/TCS(Release 6.0.3|September 26, 2003) at 12/14/2004 04:53:36 PM, Serialize complete at 12/14/2004 04:53:36 PM Content-Type: multipart/alternative; boundary="=_alternative 003DF2CB65256F6A_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --=_alternative 003DF2CB65256F6A_= Content-Type: text/plain; charset="US-ASCII" Hi, I am getting following error while starting tomcat .. beasides i have a lot of other issues can anyone look and guide me what do do ? I am also sending web.xml Dec 14, 2004 4:43:43 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Dec 14, 2004 4:43:43 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 860 ms Dec 14, 2004 4:43:43 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Dec 14, 2004 4:43:43 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.4 Dec 14, 2004 4:43:43 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Dec 14, 2004 4:43:44 PM org.apache.catalina.core.ApplicationContext log INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apa che.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache. webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirec t URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta. apache.org]] Dec 14, 2004 4:43:44 PM org.apache.tomcat.util.digester.Digester fatalError SEVERE: Parse Fatal Error at line 39 column 5: The element type "servlet" must be terminated by the matching end-ta g "". org.xml.sax.SAXParseException: The element type "servlet" must be terminated by the matching end-tag "". at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper. java:236) at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386) at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316) at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1438) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmen tScannerImpl.java:1219) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatc h(XMLDocumentFragmentScannerImpl.java:1685) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentS cannerImpl.java:368) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834) ==========CONTENT OF web.xml ----------------------------------------++++++++++++++++++++++ Welcome to Tomcat Welcome to Tomcat action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml application src.tcs.beans.ApplicationResources debug 2 detail 2 1 action *.do /WEB-INF/struts-html.tld /WEB-INF/struts-html.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-logic.tld /WEB-INF/struts-bean.tld /WEB-INF/struts-bean.tld Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: birendar.waldiya@tcs.com Website: http://www.tcs.com DISCLAIMER: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited and any violation thereof would possibly attract penal action. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. TCS accepts no liability for any damage caused by this email or its attachments due to viruses, interference, interception, corruption or unauthorized access/use. --=_alternative 003DF2CB65256F6A_=--