RE: Class loading issue

2007-10-29 Thread Tony Fountain
, October 26, 2007 7:40 PM To: Tomcat Users List Subject: Re: Class loading issue Tony Fountain wrote: Thanks for the response. However, that does not clarify for me why it only happens when I attempt to set the load-on-startup element in the webapps web.xml file but if I do not autoload the class

Re: Class loading issue

2007-10-27 Thread Johnny Kewl
--- HARBOR: http://coolharbor.100free.com/index.htm Now Tomcat is also a cool pojo application server --- Hi Tony, I been following this thread with

RE: Class loading issue

2007-10-26 Thread Caldarale, Charles R
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: Class loading issue but when the webapp loads, one of the classes it requires generates an error the first time the webapp is accessed via the browser. What error? Do you have an associated stack trace? Is there anything in the

RE: Class loading issue

2007-10-26 Thread Tony Fountain
Sorry, I should not that the error generated was something about DocumentBuilderFactoryImpl is not being loaded properly. This is a class that is accessed as a part of this product. Thanks, Tony -Original Message- From: Tony Fountain [mailto:[EMAIL PROTECTED] Sent: Friday, October 26,

RE: Class loading issue

2007-10-26 Thread Tony Fountain
: Class loading issue From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: Class loading issue but when the webapp loads, one of the classes it requires generates an error the first time the webapp is accessed via the browser. What error? Do you have an associated stack trace

RE: Class loading issue

2007-10-26 Thread Tony Fountain
any of the JAR files in that hiearchy. Thanks, Tony -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, October 27, 2000 11:19 AM To: Tony Fountain Subject: Re: Class loading issue Please post to group where (in tomcat) is your xercesImpl.jar located? Thx/ M

RE: Class loading issue

2007-10-26 Thread Tony Fountain
=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Apache\Tomcat\conf\logging.properties Thanks, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 12:18 PM To: Tomcat Users List Subject: RE: Class loading issue

RE: Class loading issue

2007-10-26 Thread Caldarale, Charles R
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found It looks like you must have the system property

RE: Class loading issue

2007-10-26 Thread Caldarale, Charles R
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue However, that does not clarify for me why it only happens when I attempt to set the load-on-startup element in the webapps web.xml file Don't have a real answer for that, at least not yet (but see below

RE: Class loading issue

2007-10-26 Thread Tony Fountain
, Tony -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 1:46 PM To: Tomcat Users List Subject: RE: Class loading issue From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue However, that does not clarify

Re: Class loading issue

2007-10-26 Thread Konstantin Kolinko
Subject: RE: Class loading issue From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found It looks like you must have the system property

RE: Class loading issue

2007-10-26 Thread Caldarale, Charles R
From: Tony Fountain [mailto:[EMAIL PROTECTED] Subject: RE: Class loading issue There is nothing in the endorsed directory. Good, that says no confusion is being introduced from there. As far as the comment regarding the parser class... I'll admit, you totally lost me :). By default

RE: Class loading issue

2007-10-26 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:[EMAIL PROTECTED] Subject: Re: Class loading issue Nevertheless, the official path to provide a custom XML parsing library is to use the endorsing mechanism. See XML Parsers and J2SE 1.4, XML Parsers and JSE 5 chapters in class-loader-howto.html That doc

Re: Class loading issue

2007-10-26 Thread Mark Thomas
Tony Fountain wrote: Thanks for the response. However, that does not clarify for me why it only happens when I attempt to set the load-on-startup element in the webapps web.xml file but if I do not autoload the class, it works just fine. It might be related to