RE: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-14 Thread Arnaud Héritier
In your server.xml you add a context like this : arno > -Message d'origine- > De: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Date: lundi 14 janvier 2002 15:11 > À:Tomcat Users List > Objet: Re: TC 4.0.1/SAXParserFactory.newInstance() error > &g

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-14 Thread RSEQUEIRA
"Ravi Naidu" <[EMAIL PROTECTED]> on 01/14/2002 12:39:28 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error Dear All,

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-13 Thread Ravi Naidu
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 12:09 AM Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error > Hi, > > Looks like there's may be another copy of the Jaxp classes somewhere in the classpath..Pl

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-13 Thread Sriram Narayanan
Hi Mark, 1/13/02 3:00:50 AM, Mark <[EMAIL PROTECTED]> wrote: >I thought CLASSPATH isn't used for locating jars in TC 4.0? You're right, it is not. I'd meant to say that there's a jaxp implementation being loaded somehow. >In any case, I >do use the startup scripts that come with Tomcat and

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-12 Thread George Shafik
, January 13, 2002 8:30 AM Subject: Re: TC 4.0.1/SAXParserFactory.newInstance() error > I thought CLASSPATH isn't used for locating jars in TC 4.0? In any case, I > do use the startup scripts that come with Tomcat and was already through > step 3 of your suggestions when I originally

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-12 Thread Mark
I thought CLASSPATH isn't used for locating jars in TC 4.0? In any case, I do use the startup scripts that come with Tomcat and was already through step 3 of your suggestions when I originally posted the question (eg. no jaxp/crimson available in any Tomcat or $JAVA_HOME directories, and The TC v

Re: TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-12 Thread Sriram Narayanan
Hi, Looks like there's may be another copy of the Jaxp classes somewhere in the classpath..Please try the following: 1. Use the startup scripts that come with tomcat 4.0.1. These unset the CLASSPATH environment variables and crete custom variables for Tomcat's startup. 2.Check to see if you'

TC 4.0.1/SAXParserFactory.newInstance() error

2002-01-12 Thread Mark
I'm attempting to port a working application to Tomcat 4.0.1 and hit a problem with SAX parsing. When this line of code is executed SAXParserFactory factory = SAXParserFactory.newInstance(); I got a ClassCastException error: java.lang.ClassCastException: org.apache.crimson.jaxp.S