If I have jars that I'd like to put in to the WARs lib directory (or, say,
shared/lib), is there any way I can, perhaps, name them to guarantee use
order?

For example, say I have:

mystuff.jar and mystuff_patch.jar

If I have CLASSPATH=mystuff_patch.jar:mystuff.jar, then, ordinarily, Java
will find classes and use the classes within mystuff_patch.jar before it
finds the identically named ones in mystuff.jar.

So, is there any way to determine what this order is in the Tomcat lib
directories??

Thanx!

Regards,

Will Hartung
([EMAIL PROTECTED])




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to