> The way I see it, I have two options - either put all the 3rd party 
> libraries back in the JVM classpath, or build jars from my locally 
> developed libraries and copy them by hand to the web applications' 
> folder. I don't like either option, and I would really like a third one 
> - something like configuring the default web.xml file to add external 
> directories to the web-app class loader ? can something like that be 
> done ?

I do not fully understand your problem, but maybe something simple:
WEB-INF/lib for your jars
WEB-INF/classes for your classes
?

Regards
Boris

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

Reply via email to