Hi,

it is possible to set a library path in the orion-application.xml, which is
only valid in application. Use the following tag and place your jar-files
into the directory the path points towards.

<library path="./lib/" />

Ciao TK
----- Original Message -----
From: "Roxanne Tapia" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, April 03, 2002 7:38 PM
Subject: classpath problem with ear file


> I am deploying an ear file, which contains a war file.  The war file has
> a jar in the WEB-INF/lib directory.
>
> However, when I start the server, and it is deploying the ejb jars in
> the same application - it says it can't find the classes in that jar file.
>
> I saw this once before when some ancestor classes weren't found.  My
> solution for that was to include those classes in each of the jar files.
>   But in that case, there were only a couple of classes.
>
> Is there some sort of initialization step that doesn't include the jars
> in the web-inf/lib directory for the J2EE application?  Where do I put
> these jars?  I can't put them in j2ee/home/lib, becasuse they could be
> different between j2ee apps.
>
> Thanks for your help,
> Roxanne
>
>
>


Reply via email to