On Mon, 28 Jun 2004 08:53:45 -0400, Brill Pappin <[EMAIL PROTECTED]> wrote:

> I'm sure some of us would prefer to keep the WEB-INF/classes dir, so my
> suggestion would be to include a switch property that would allow the
> user to use one or the other.

Here's one reason: servlet specs define, that classes from WEB-INF/classes
are loaded before WEB-INF/lib so this may be used as some kind of 'overloading',
for example for classes from 'third party' libraries (I know it's ugly
but it's possible
due to spec).

Regards,
Tomek

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

Reply via email to