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?

To give you a background of the problem, 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 xml parsing chore instead of picking its own 
xml parser, and fails. If I could lazy load or load xmlparserv2.jar after all 
struts2 specific jars have been loaded I should be devoid of problems. Any 
suggestions?

Thanks a lot,
Vinay.


      Add more friends to your messenger and enjoy! Go to 
http://messenger.yahoo.com/invite/

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to