RE: Webapp classloader question.

2003-10-11 Thread babak farhang
uld be > the right way to go... > > It there any Sun/Java representative on this mailing > list that can answer > this question then? > > Thanks again for all your help. > William. > > > -Original Message----- > From: Cox, Charlie [mailto:[EMAIL PROTECTED]

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
r all your help. William. -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:38 PM To: 'Tomcat Developers List' Subject: RE: Webapp classloader question. here's one reply that I got a while ago about the issue when it wa

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
EFORE delegating to its parent, but I don't know why the endorsed spec was chosen to override the servlet spec. Charlie > -Original Message- > From: Lee, William [mailto:[EMAIL PROTECTED] > Sent: Friday, October 10, 2003 2:13 PM > To: 'Tomcat Developers List' > Subje

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
hat the servlet spec. should supersede the "endorsed mechanism" in the web application environment. William. -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 1:17 PM To: 'Tomcat Developers List' Subject: RE: Webapp class

RE: Webapp classloader question.

2003-10-10 Thread Kevin Jones
From: Lee, William [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 10, 2003 12:05 PM > > To: 'Tomcat Developers List' > > Subject: RE: Webapp classloader question. > > > > > > It seems to me that we are going for "bandaid" solution her

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
gt; container to skip > the one in webapps? > > Thanks again. > William. > > > -----Original Message----- > From: Cox, Charlie [mailto:[EMAIL PROTECTED] > Sent: Friday, October 10, 2003 8:46 AM > To: 'Tomcat Developers List' > Subject: RE: Webapp classloade

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
tober 10, 2003 8:46 AM To: 'Tomcat Developers List' Subject: RE: Webapp classloader question. you want to put the one from endorsed into server/lib, then put yours in WEB-INF. This way only one is visible to any tree of the classloader. But I'm not sure if you will still end up wit

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
er 09, 2003 4:54 PM > To: 'Tomcat Developers List' > Subject: RE: Webapp classloader question. > > > This won't work since, all jar files in commons/lib, > commons/endorsed, and > commons/classes are all visible to the tomcat's "commons" > classlo

RE: Webapp classloader question.

2003-10-09 Thread Lee, William
to" document also indicated that the one from webapps should be used instead. Frankly speaking, I'm no expert on these topics, so please feel free to correct me if I mis-understanding anything here. Thanks. William. -----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED

RE: Webapp classloader question.

2003-10-09 Thread Shapira, Yoav
Howdy, Tomcat 4.1.x implements the endorsed classloader spec. It's compliant with the Servlet Specification v2.3. What you can do if you want your webapp to use the latest xerces/JAXP, is: - Move $CATALINA_HOME/common/endorsed/* to $CATALINA_HOME/common/lib - Put your later xerces etc. in WEB-IN