compilation of what?  servlets or jsps?  if the container is throwing
compilation errors then you probably are missing a ref to the servlet.jar in
your jsm.properties file.  if javac is throwing the exceptions then you need
to specify servlet.jar in your classpath..

bradley mclain

>From: Zhen Ni <[EMAIL PROTECTED]>
>Reply-To: "A mailing list for discussion about Sun Microsystem's Java
>        Servlet API Technology." <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: getAttribute and setAttribute
>Date: Thu, 16 Mar 2000 08:39:01 -0500
>
>I'm using JRun 2.3.3 as my servlet container, but my errors occur during
>the compliation stage.  Do I have to do anything else besides copying my
>servlet .jar file to the extension directory of my jdk?
>-Tom
>
>
>
>On Fri, 10 Mar 2000, Noel E Lecaros wrote:
>
> > What servlet container/engine are you using?  As far as I know, only
>Tomcat
> > 3.0 supports those methods, and it works fine for me.
> >
> >
> >
> >
> > Zhen Ni <[EMAIL PROTECTED]> on 03/10/2000 01:48:28 AM
> >
> > Please respond to "A mailing list for discussion about Sun Microsystem's
> >       Java              Servlet API Technology."
> >       <[EMAIL PROTECTED]>
> >
> > To:   [EMAIL PROTECTED]
> > cc:
> > Subject:  getAttribute and setAttribute
> >
> >
> >
> >
> > Hi, has anyone else experienced this problem or know its cause,
> >  when I try to use setAttribute and getAttribute for a session object
>for
> > servlet 2.2 specification it gives me a method not found or unknown
>method
> > error, and I would have to use the deprecated getValue and setValue
> > instead.
> >
> > -Tom
> >
> >
>___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
>body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
> >
>___________________________________________________________________________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
>body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to