RE: Webapp classloader question.

2003-10-11 Thread babak farhang
then? Thanks again for 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

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
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 classloader. So, there is no difference whether we put the xerces jar files in lib or endorsed

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
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 with the JDK version since the one in WEB-INF

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
it does not delegate to the parent classloader first. so you can only replace the version in /endorsed Charlie -Original Message- From: Lee, William [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 12:05 PM To: 'Tomcat Developers List' Subject: RE: Webapp classloader question

RE: Webapp classloader question.

2003-10-10 Thread Kevin Jones
Developers List' Subject: RE: Webapp classloader question. It seems to me that we are going for bandaid solution here. By moving around the files, it will work for one particular webapp, but at the expensive of the compatibility of other webapp under the same tomcat. As soon

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
. 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 classloader question. ok, I just found this link from

RE: Webapp classloader question.

2003-10-10 Thread Cox, Charlie
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' Subject: RE: Webapp classloader question

RE: Webapp classloader question.

2003-10-10 Thread Lee, William
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 was changed in 4.0.2(saying

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

RE: Webapp classloader question.

2003-10-09 Thread Lee, William
-understanding anything here. Thanks. William. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 12:44 PM To: Tomcat Developers List Subject: RE: Webapp classloader question. Howdy, Tomcat 4.1.x implements the endorsed classloader spec. It's