Re: Tomcat 5.5.28 Class loading issue

2010-01-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 1/26/2010 6:54 PM, Pid wrote: > Tomcat supplies all of the servlet & JSPs jars, you don't need to add them. +1 In fact, it's illegal to provide them. Smith should have noticed a warning in catalina.out (or elsewhere) that servlet-api.jar pro

Re: Tomcat 5.5.28 Class loading issue

2010-01-26 Thread Pid
On 26/01/2010 18:12, ssmith wrote: Sorry, new to Nabble. I am defining a servlet filter. I tried to use the existing wars built for Tomcat 5.0.28, but they would not deploy at all. So, yes, I rebuilt them for Tomcat 5.5.28. You should rebuild, especially if you are compiling JSPs. Yes, I

Re: Tomcat 5.5.28 Class loading issue

2010-01-26 Thread ssmith
for quick reply, Smith -- View this message in context: http://old.nabble.com/Tomcat-5.5.28-Class-loading-issue-tp27323388p27327182.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: u

Re: Tomcat 5.5.28 Class loading issue

2010-01-26 Thread Pid
, etc, etc, etc) and I am now completely at a loss on this one. I know it is some sort of class loading issue, but I have no idea if I can solve it and how. I cannot seem to figure out what Tomcat wants. "Jasper jar issues" sounds alarming. Tomcat 5.5 acts as if he has to have

Tomcat 5.5.28 Class loading issue

2010-01-26 Thread ssmith
o far, I have worked through several issues of migrating from Tomcat 5.0 to 5.5 (logging changes, class loading changes, dependent jar changes, inconsisent jar issues, jasper jar issues, etc, etc, etc) and I am now completely at a loss on this one. I know it is some sort of class loading issue,

RE: Class loading issue

2007-10-29 Thread Tony Fountain
riday, 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 element in > the webapps web.xml file but if I do not autoload the c

Re: Class loading issue

2007-10-27 Thread Johnny Kewl
1) at org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(Mb eansDescriptorsDOMSource.java:87) at - Original Message - From: "Tony Fountain" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, October 26, 2007 3:43 PM Subject: Class loading issue Windows 2003 Server Apache To

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 element in the > webapps web.xml file but if I do not autoload the class, it works just > fine. It might be related to http://issues.apache.org/bugzilla/show_bug.

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&quo

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

Re: Class loading issue

2007-10-26 Thread Konstantin Kolinko
ge- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Friday, October 26, 2007 12:18 PM > To: Tomcat Users List > Subject: RE: Class loading issue > > > From: Tony Fountain [mailto:[EMAIL PROTECTED] > > Subject: RE: Class loading issue > > > >

RE: Class loading issue

2007-10-26 Thread Tony Fountain
n path. Thanks, 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 >

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 > element in the webapps web.xml file Don't have a real answer for that, at least not

RE: Class loading issue

2007-10-26 Thread Tony Fountain
nager=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 > Fr

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

RE: Class loading issue

2007-10-26 Thread Tony Fountain
included 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 l

RE: Class loading issue

2007-10-26 Thread Tony Fountain
ist Subject: RE: 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

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

RE: Class loading issue

2007-10-26 Thread Tony Fountain
October 26, 2007 9:43 AM To: Tomcat Users List Subject: Class loading issue Windows 2003 Server Apache Tomcat 5.5.23 (running as Windows service) JVM 1.5.0_12b-04 (Sun) In an attempt to have a specific web app load when Apache starts, I added the following element to the \WEB-INF\web.xml fi

Class loading issue

2007-10-26 Thread Tony Fountain
Windows 2003 Server Apache Tomcat 5.5.23 (running as Windows service) JVM 1.5.0_12b-04 (Sun) In an attempt to have a specific web app load when Apache starts, I added the following element to the \WEB-INF\web.xml file for the appropriate servlet - 1. This works, but when the webapp loads, one of