I recall that parser.jar (JAXP 1.0.1) was replaced by crimson.jar (JAXP 1.1) in Tomcat 3.2.4. It is likely that some files may not have been updated to account for that change. I wouldn't be supprised if wrapper.properties still had parser.jar.
Cheers, Larry > -----Original Message----- > From: Randy Layman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 2:07 PM > To: 'Tomcat Users List' > Subject: RE: Tomcat as an NT service > > > > This would indicate that Tomcat can't read the server.xml file > because its missing the XML parser. Check your > wrapper.properties file and > make sure that all the TOMCAT_HOME\lib jar files are > mentioned where it > builds the classpath. > > Randy > > > > -----Original Message----- > > From: Ken Sanderson [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 06, 2002 2:43 PM > > To: Tomcat Users List > > Subject: RE: Tomcat as an NT service > > > > > > Nothing in my system logs and the only change to the other > > log files in the > > logs folder of tomcat is to jvm.stderr. The message added is: > > > > javax.xml.parsers.FactoryConfigurationError: > > java.lang.ClassNotFoundException: > > org.apache.crimson.jaxp.SAXParserFactoryImpl > > at > > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactor > > y.java:120) > > at > > org.apache.tomcat.util.xml.XmlMapper.readXml(XmlMapper.java:210) > > at org.apache.tomcat.startup.Tomcat.execute(Tomcat.java:187) > > at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:240) > > Exception in thread "main" > > > > Thanks, > > > > Ken > > > > -----Original Message----- > > From: Alex Perez [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, February 06, 2002 12:22 PM > > To: Tomcat Users List > > Subject: RE: Tomcat as an NT service > > > > > > Have you got anything in the log for the service? > > > > > > Alex > > > > -----Original Message----- > > From: Ken Sanderson [mailto:[EMAIL PROTECTED]] > > Sent: 06 February 2002 19:16 > > To: Tomcat Users List > > Subject: Tomcat as an NT service > > > > > > Thanks for the help I recieved early, found out why I couldnt > > get it to work > > with JDK and it would work with JRE. Turns out the software sent the > > Enterprise Edition not the Standard Edition which has all the > > bin files I > > needed, at any rate, all working. I can now run tomcat using > > the startup > > command. > > > > However, still having problems getting the NT service to > > work. Originally I > > had the service working, just encountered the service > > shutting down when you > > logged out problem. To fix this I upgraded to the new JDK, > > and now cant > > start via the service at all. Its not exactly a complex > > install process to > > get it to work with jk_nt_service.exe so I assume I am > > missing something > > silly :/ I have edited the wrapper.properites to reflect the new jdk > > directory, my path's are correct, java_home and tomcat_home both set > > properly. Yet every time I try and start the service I get a 1067 > > termination error both from services window and using net > > start. Tomcat > > works fine if I use the startup command from the tomcat bin, > > so running out > > of options as to what it might be. > > > > Suggestions? Working on NT 4, tomcat3.2.4, JDK 1.3.1. > > > > Thanks, > > > > Ken > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > > > -- > > To unsubscribe: > <mailto:[EMAIL PROTECTED]> > > For additional commands: > <mailto:[EMAIL PROTECTED]> > > Troubles with the list: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
