Title: SV: Including jar files in my web app ?

This is strange..
I have no problem with having a couple of jars in /WEB-INF/lib


> -----Ursprungligt meddelande-----
> Från: Court Demas [mailto:[EMAIL PROTECTED]]
> Skickat: den 5 april 2001 00:36
> Till: Orion-Interest
> Ämne: Re: Including jar files in my web app ?
>
>
> I just had a similar problem.  Orion saw classes *either* in
> WEB-INF/classes
> *or* in WEB-INF/lib.
>
> My solution was to either unpack all classes into
> WEB-INF/classes (removing the
> lib directory), or create one huge JAR file in WEB-INF/lib
> (removing the
> classes directory).
>
> I hope there's a better solution!
>
> court
>
>
> Eddie wrote:
>
> > I don't seem be able to tell Orion 1.4.7 te read my bla.jar
> that is located
> > in the WEB-INF/lib ??
> >
> > To me it's not really clear how to do that. The bla.jar is
> there but it
> > keeps giving an ClassDefNotFound error.
> > I also tried it with tablib (which is basically for JSP
> only not ???) but
> > that neither worked:
> > ---
> >         <taglib>
> >          <taglib-uri>bla</taglib-uri>
> >          <taglib-location>/WEB-INF/lib/bla.jar</taglib-location>
> >         </taglib>
> > ---
> >
> > What am I doing wrong ? and how can I see more in detail
> where is looking ??
> >
> > Ahhhh,
> > Eddie
> >
> > ----
> > bash-2.04$ pwd
> > /home/development/sgs/web/WEB-INF/lib
> > bash-2.04$ ll
> > total 428
> > -rwxr--r--    1 program  users      369846 Apr  4 17:01 bla.jar
> > bash-2.04$
> > -----------------
>
>

Reply via email to