mysterious parse exception on startup

2003-01-01 Thread Joseph Shraibman
If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1. What is causing this? What *file* is this? Starting service Tomcat-Apache Apache Tomcat/4.1.18-LE-jdk14 Parse Fatal Error at

Re: mysterious parse exception on startup

2003-01-01 Thread Jerry
If it were me, I'd check server.xml carefully for nested comments, or an extraneous !-- or -- Jerry Joseph Shraibman wrote: If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1.

Re: mysterious parse exception on startup

2003-01-01 Thread Remy Maucherat
Joseph Shraibman wrote: If I put the latest xerces and xalan in tomcat/common/endorsed, I get the following error on startup. I don't get this with the xerces/xalan that comes with jdk 1.4.1. What is causing this? What *file* is this? Starting service Tomcat-Apache Apache

Re: mysterious parse exception on startup

2003-01-01 Thread Joseph Shraibman
It isn't server.xml. In fact I validate all xml files under my tomcat and webapps directories, and none of them have a problem. Perhaps it is dynamically generated xml inside the tomcat admin app? org.apache.webapp.admin.ApplicationServlet.init(ApplicationServlet.java:152) is in the stack