Re: Controlling the order of classloading.

2008-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vinay, Vinay Binny wrote: I am using struts2 and Oracle's XSU in one of our webapps. XSU has a tight dependency on its own XML parser xmlparserv2.jar, when I drop this into the web-inf lib folder, struts2 picks the classes in this jar to do its

Re: Controlling the order of classloading.

2008-10-16 Thread Mark Thomas
Vinay Binny wrote: Hi all, I have a situation where I need to control the order in which the webapp jar files(in lib folder) are loaded by Tomcat. Is there anyway to acheive this? Sorry, no. You simply don't have that much control over the classloader in a servlet container. To give you a

Re: Controlling the order of classloading.

2008-10-16 Thread André Warnier
Mark Thomas wrote: Vinay Binny wrote: Hi all, I have a situation where I need to control the order in which the webapp jar files(in lib folder) are loaded by Tomcat. Is there anyway to acheive this? Sorry, no. You simply don't have that much control over the classloader in a servlet

RE: Controlling the order of classloading.

2008-10-16 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Controlling the order of classloading. But is there not a load-at-startup tag or something like it in a web.xml file, with a numeric value for that purpose ? It specifies that the designated servlet be loaded during startup, but does

Re: Controlling the order of classloading.

2008-10-16 Thread supareno
the SAXParserFactory in java :-) bye From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Controlling the order of classloading. But is there not a load-at-startup tag or something like it in a web.xml file, with a numeric value for that purpose ? It specifies that the designated