Re: explicit ordering of jars searched by classloader in web application

2002-07-17 Thread Tait E Larson
When I created the jar with 'jar cf' it overwrote the manifest.mf file that I needed. I used 'zip' to create the jar instead. Everything is better now. Thanks for the help. Tait |-+> | | Tait E | |

Re: explicit ordering of jars searched by classloader in web application

2002-07-17 Thread Tait E Larson
t" <[EMAIL PROTECTED]> | | cc: | | Subject: Re: explicit ordering of jars searched by classloader in web application | | | | | > -----------

Re: explicit ordering of jars searched by classloader in web application

2002-07-17 Thread Tait E Larson
s searched by classloader in web application | | | | | >----------| From: &qu

explicit ordering of jars searched by classloader in web application

2002-07-17 Thread Tait E Larson
I've got three third party jar files in the WEB-INF/lib directory of my web aplication that contain different versions of the same classes. I need to explicitly state the order in which the classloader searches these jars in order for my web application to work correctly. Can this be done by m