Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 53440 invoked from network); 3 Jan 2003 09:53:26 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 Jan 2003 09:53:26 -0000 Received: (qmail 7679 invoked by uid 97); 3 Jan 2003 09:54:35 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 7651 invoked by uid 97); 3 Jan 2003 09:54:32 -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 7639 invoked by uid 98); 3 Jan 2003 09:54:31 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <000f01c2b30e$151e0c40$1501a8c0@BBTU11> From: "Keshava Murthy" To: "Tomcat Users List" References: <5.2.0.9.2.20030103001437.01cc5a98@shell.visi.com> Subject: Re: Parse error in application web.xml Date: Fri, 3 Jan 2003 15:23:57 +0530 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I have xercesImpl.jar and xmlParserAPIs.jar files in E:\Tomcat 4.1\common\endorsed directory and followed the instruction by Jan-Michael and I am still getting the exception. I had earlier integrated tomcat 4.1.18 with Apache 2.0.43. and it was working fine and a few days back I started getting these exception when I started tomcat and therefore I did fresh installation of tomcat 4.1.18 and still I am getting the same exception. I am working with windows 2000 regards, Keshav ----- Original Message ----- From: "Jacob Kjome" To: "Tomcat Users List" Sent: Friday, January 03, 2003 11:49 AM Subject: Re: Parse error in application web.xml > > Tomcat-3.3.x and above completely ignore the system classpath as far as > webapps are concerned. All jar files that you want your webapps to see > will have to be in either the WEB-INF/lib of your webapp or in the > designated library directories. The only exception to this are the Java > runtime classes and jars that you put in JAVA_HOME/jre/lib/endorsed or > jre/lib/ext which, essentially, make those jars part of the Java > runtime. However, I don't recommend using those techniques for webapps > unless you want to spend lots of time trying to debug classloader issues > > Jake > > At 08:56 PM 1/2/2003 -0800, you wrote: > >Hi there, > > > >I was reading an unrelated article on this but its possible that just > >setting your CLASSPATH doesn't really pick up your new xerces parser. > >Fire up tomcat with this flag > > > >-Djava.endorsed.dirs=$CATALINA_HOME/common/endorsed > > > >(make sure to put the new JAR files in that directory).. check out > > > >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader- > >howto.html and scroll down to the section XML Parsers and JDK 1.4 > >towards the bottom. > > > >Hope that helps > > > >Jan-Michael > > > >----- Original Message ----- > >From: "Keshava Murthy" > >Date: Thursday, January 2, 2003 8:24 pm > >Subject: Re: Parse error in application web.xml > > > > > Hi Jason, > > > > > > I downloaded latest jar files and included them in my classpat I > > > am still > > > getting the same exception > > > > > > regards, > > > keshav > > > > > > > > > ----- Original Message ----- > > > From: "Bowsher, Jason P" > > > To: "'Tomcat Users List'" > > > Sent: Thursday, January 02, 2003 6:32 PM > > > Subject: RE: Parse error in application web.xml > > > > > > > > > > I had a very similar problem (although not eactly the same). I > > > think, for > > > > me, this was a bug in xerces. I upgraded from > > > > <" target="l">http://www.jpackage.org/rpm.php?id=571> xerces-j2- > > > 2.2.1-1jpp to > > > > <" target="l">http://www.jpackage.org/rpm.php?id=571> xerces-j2- > > > 2.2.1-2jpp from > > > > jpackage.org to fix it. > > > > > > > > Hope it helps > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: Keshava Murthy [mailto:keshav@bigtec.org] > > > > Sent: 02 January 2003 12:44 > > > > To: tomcat-user@jakarta.apache.org > > > > Subject: Parse error in application web.xml > > > > > > > > > > > > Hi, > > > > > > > > I installed Tomcat 4.1.18 and when I try to start the servlet > > > engine I am > > > > getting the following error - > > > > > > > > 003-01-02 17:44:36 ContextConfig> 2003-01-02 17:44:36 > > > ContextConfigweb.xml> org.xml.sax.SAXParseException: The markup > > > declarations contained or > > > pointed > > > > to by the document type declaration must be well-formed. > > > > at > > > > > > > org.apache.xerces.parsers.AbstractSAXParser.parse > >(AbstractSAXParser.java:118 > > > > 9) > > > > at org.apache.commons.digester.Digester.parse(Digester.java:1495) > > > > at > > > > > > > org.apache.catalina.startup.ContextConfig.applicationConfig > >(ContextConfig.ja > > > > va:282) > > > > at > > > org.apache.catalina.startup.ContextConfig.start > >(ContextConfig.java:639) > > > > at > > > > > > > org.apache.catalina.startup.ContextConfig.lifecycleEvent > >(ContextConfig.java: > > > > 243) > > > > at > > > > > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent > >(LifecycleSuppor > > > > t.java:166) > > > > at > > > > > > > org.apache.catalina.core.StandardContext.start > >(StandardContext.java:3567)> at > > > > > > > org.apache.catalina.core.ContainerBase.addChildInternal > >(ContainerBase.java:8 > > > > 21) > > > > at > > > org.apache.catalina.core.ContainerBase.addChild > >(ContainerBase.java:807) > > > > at > > > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579) > > > at > > > > > > > org.apache.catalina.core.StandardHostDeployer.addChild > >(StandardHostDeployer. > > > > java:529) > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > at > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke > >(NativeMethodAccessorImpl.java:39 > > > > ) > > > > at > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke > >(DelegatingMethodAccessorImpl > > > > .java:25) > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > at > > > > > > > org.apache.commons.beanutils.MethodUtils.invokeMethod > >(MethodUtils.java:228) > > > > at > > > org.apache.commons.digester.SetNextRule.end(SetNextRule.java:260)> > > > at > > > org.apache.commons.digester.Digester.endElement(Digester.java:1036) > > > at > > > > > > > org.apache.xerces.parsers.AbstractSAXParser.endElement > >(AbstractSAXParser.jav > > > > a:585) > > > > at > > > > > > > org.apache.xerces.impl.XMLNamespaceBinder.endElement > >(XMLNamespaceBinder.java > > > > :647) > > > > at > > > > > > > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement > >(XMLDocu > > > > mentFragmentScannerImpl.java:1008) > > > > at > > > > > > > > >org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDi > >spatc > > > > her.dispatch(XMLDocumentFragmentScannerImpl.java:1469) > > > > at > > > > > > > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument > >(XMLDocume > > > > ntFragmentScannerImpl.java:329) > > > > at > > > > > > > org.apache.xerces.parsers.DTDConfiguration.parse > >(DTDConfiguration.java:525) > > > > at > > > > > > > org.apache.xerces.parsers.DTDConfiguration.parse > >(DTDConfiguration.java:581) > > > > at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152) > > > > at > > > > > > > org.apache.xerces.parsers.AbstractSAXParser.parse > >(AbstractSAXParser.java:117 > > > > 5) > > > > at org.apache.commons.digester.Digester.parse(Digester.java:1514) > > > > at > > > > > > > org.apache.catalina.core.StandardHostDeployer.install > >(StandardHostDeployer.j > > > > ava:335) > > > > at > > > org.apache.catalina.core.StandardHost.install(StandardHost.java:803) > > > at > > > > > > > org.apache.catalina.startup.HostConfig.deployDescriptors > >(HostConfig.java:452 > > > > ) > > > > at > > > org.apache.catalina.startup.HostConfig.deployApps > >(HostConfig.java:409)> at org.apache.catalina.startup.HostConfig.start > >(HostConfig.java:879) > > > > at > > > > > > > org.apache.catalina.startup.HostConfig.lifecycleEvent > >(HostConfig.java:368)> at > > > > > > > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent > >(LifecycleSuppor > > > > t.java:166) > > > > at > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196) > > > at org.apache.catalina.core.StandardHost.start > >(StandardHost.java:738) > > > > at > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188) > > > at org.apache.catalina.core.StandardEngine.start > >(StandardEngine.java:347) > > > > at > > > org.apache.catalina.core.StandardService.start > >(StandardService.java:497) > > > > at > > > org.apache.catalina.core.StandardServer.start > >(StandardServer.java:2189) > > > > at org.apache.catalina.startup.Catalina.start(Catalina.java:512) > > > > at org.apache.catalina.startup.Catalina.execute(Catalina.java:400) > > > > at org.apache.catalina.startup.Catalina.process(Catalina.java:180) > > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > > at > > > > > > > sun.reflect.NativeMethodAccessorImpl.invoke > >(NativeMethodAccessorImpl.java:39 > > > > ) > > > > at > > > > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke > >(DelegatingMethodAccessorImpl > > > > .java:25) > > > > at java.lang.reflect.Method.invoke(Method.java:324) > > > > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203) > > > > > > > > 2003-01-02 17:44:36 ContextConfig> 2003-01-02 17:44:36 > > > ContextConfig> unavailable due to previous error(s) > > > > 2003-01-02 17:44:36 StandardManagergenerator > > > > class java.security.SecureRandom > > > > 2003-01-02 17:44:36 StandardManager> generator has been completed > > > > 2003-01-02 17:44:36 StandardContext> previous errors > > > > > > > > Attached document contains the web.xml file from conf folder. > > > > Could some one tell me how to solve this problem? > > > > > > > > regards, > > > > > > > > Keshav > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > unsubscribe@jakarta.apache.org>For additional commands, e-mail: > > > > > > > > > > > > > > >-- > >To unsubscribe, e-mail: > >For additional commands, e-mail: > -- To unsubscribe, e-mail: For additional commands, e-mail: