I keep seeing in these posts that any support classes should be jar'd up and
placed in the lib directory under WEB-INF.  Does the jsp engine also look
there??  I keep getting errors when processing my jsp saying it can't load
the class.  Should this setup work???
Thanks
Chris
----- Original Message -----
From: "John Towell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 17, 2001 11:05 AM
Subject: RE: WAR deployment


try this:

http://java.sun.com/j2ee/tutorial/doc/WebComponents3.html



> -----Original Message-----
> From: Jim Willeke [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 17, 2001 8:45 AM
> To: [EMAIL PROTECTED]
> Subject: Re: WAR deployment
>
>
> But where do you findout what should/could be in this file?
> If I look at the examples.war file, it appears to contain all
> that is in
> the:
>   \webapps\examples\WEB-INF\classes
>
> Is this typical or redundent?
>
> My specific issue is I can not find where to place "common" lib files
> that can be found by the a servlet. Even if it is placed in the:
>        \webapps\examples\WEB-INF\classes
> I continue to get an error that the class can not be found
> even though
> there is a jar file in this directory that contains the file
> AND the JVM
> has a classpath that includes the jar file.
> Any help or pointers to some docs as to howw this is all
> supposed to go
> together would be great!
> -jim
>
> Gaël Oberson wrote:
>
> >
> >
> >
> >
> > Does anybody know where I can find information about the
> WAR files?? I
> > know that these files are used to deploy a WEB Application,
> where all
> > files .class and config files are packaged, but I don't
> have any idea
> > how to build it.
> >
> >
> >
> > Can somebody help me??
> >
> >
> >
> > Thanks.
> >
>

Reply via email to