On 1/10/06, Oded Arbel <[EMAIL PROTECTED]> wrote:

>
> An optimal setup for me, I think, is:
> - for each application to put the 3rd party dependencies in WEB-INF/lib
> (I'm using JPackage's build-jar-repository, which I auto invoke from
> the ant script, so its even automatic).

I thought you said you were not able to the the classes into jar files
(as that was part of a separate build automation process) ?


> - for each application that users locally developed libraries to list
> their build directories in the web.xml so what the WebAppClassLoader
> can get at them without them being shared.
>

There's no attribute in web.xml that let's you specify separate class
paths to load from.

What you could do is to write your own WebAppClassLoader that'd add
these folders to its lookup list.

-- Sriram

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

Reply via email to