Steffen,
That's how I read the spec, with one exception: place only *.jar files
in web-inf/lib; place *.class files in web-inf/classes.
I don't do either, however. I build an ear and place all the
jar files in meta-inf/lib.
Regards,
Gordon.
----- Original Message -----
From: Steffen Stundzig <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 7:55 AM
Subject: [EJB/Servlet 1.5.1]Classpath driving me nuts...
> Hi,
>
> I've a 'war' with a servlet. All needed jars and classes for the servlet
> resists under 'WEB-INF/lib' in the war-file, but orion doesn't find it
> automatically.
> My workaround is to build an 'ear' and in the root 'META-INF' I put an
> 'orion-application.xml' with an element <library> which explicitely
> includes the library path.
>
> The library path is 'the_unpacked_war/WEB-INF/lib'. But IMHO I think that
all
> classes and jars in the WEB-INF/lib directory should by found
automatically by
> the servlet container. Am I wrong? I've overlooked something?
>
> Regards
> Steffen...
>
> --
> ______________________________________________________________________
> Steffen Stundzig mailto:[EMAIL PROTECTED]
> SMB GmbH http://www.smb-tec.com
>
>
>
>
>