Yes, I have xerces.jar on my system and in my CLASSPATH. I haven't changed the CLASSPATH since I ran it under Sun's JDK.
export CLASSPATH=./:$JDBC_HOME/classes12.zip:$NEWTON_HOME/java/dataX/lib/jms.jar:$NEWTON_HOME/java/dataX/lib/newton.jar:$JARS_HOME/xerces-2_0_0_beta2/xerces.jar ~Andrew "Turner, John" wrote: > Do you have xerces.jar on your system? > > -----Original Message----- > From: Andrew Ferayorni [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 25, 2002 12:30 PM > To: Tomcat Users List > Subject: Re: Switch from SUN jre to IBM jre > > John, > > I'm apologize. I should have mentioned that I did install the IBM JDK, > and it > includes the JRE. > > Thank you > Andrew > > "Turner, John" wrote: > > > I think you want the JDK, not the JRE. The JRE is missing things that > > tomcat needs to run. > > > > John Turner > > [EMAIL PROTECTED] > > > > -----Original Message----- > > From: Andrew Ferayorni [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 25, 2002 12:16 PM > > To: [EMAIL PROTECTED] > > Subject: Switch from SUN jre to IBM jre > > > > Hello everyone, > > > > I am looking at switching from Sun's jre to IBM's jre on my system. I > > originally installed Tomcat 4.0 as a binary distribution on my Linux > > system (Suse 7.2). I installed IBM JAVA2 (1.3.1) implementation on my > > system the other day and tried setting $JAVA_HOME to the installation > > directory. However, when I start up Tomcat I get the error shown below. > > > > Do I need to build Tomcat from the source to make it work with IBM's > > jre or am I just missing something. I tried downloading sun XMLPack and > > putting the jar with org.apache.xerces.jaxp.SAXParserFactoryImpl in my > > CLASSPATH, but I continue to get the same error. > > > > Any help would be greatly appreciated! Thanks! > > > > ~Andrew > > > > Exception during startup processing > > java.lang.reflect.InvocationTargetException: > > javax.xml.parsers.FactoryConfigurat > > ionError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found > > > > at > > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java: > > 141) > > at > > org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:224) > > at org.apache.catalina.startup.Catalina.start(Catalina.java:725) > > > > at > > org.apache.catalina.startup.Catalina.execute(Catalina.java:681) > > at > > org.apache.catalina.startup.Catalina.process(Catalina.java:179) > > at java.lang.reflect.Method.invoke(Native Method) > > at > > org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
