> 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 not have anything to do with the search order for jars that contain conflicting classes. One thing to do is to prune the jars so there's only one copy of the class in question (don't know if that's really feasible here). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]