running Tomcat by itself downloaded from tomcat.apache.org

On 10/30/07, itay sahar <[EMAIL PROTECTED]> wrote:
>
> i'm using the servlet-api.jar that come with tomcat 5.5 installation (
> download from tomcat website).
> it's should be 2.4. (according the spec).
>
> my code is build in  eclipse with this jar version.
> the problem is in runtime...
> note: i don't want to get back to 1.4.
> maybe i need to change somthing in the code:
>
> this is the code display with the error mention above:
>
> org.apache.jasper.JasperException: Exception in JSP: /index.jsp:5
>
> 2:   <head>
> 3:   </head>
> 4:   <body>
> 5:     <jsp:forward page="main.jsf"/>
> 6:   </body>
> 7: </html>
>
>
>
>
> On 10/30/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> >
> > > From: itay sahar [mailto:[EMAIL PROTECTED]
> > > Subject: Re: migration from tomcat 4.1 to 5.5
> > >
> > > 3. But i still get the error: "java.lang.NoSuchMethodError:
> > > javax.servlet.jsp.tagext.TagAttributeInfo"
> > > when tring launch the application.
> >
> > There are three versions of the TagAttributeInfo constructor,
> > differentiated by the arguments, implemented at different versions of
> > the JSP spec.  Which one are you trying to use?  Your stack trace should
> > tell you.
> >
> > - Chuck
> >
> >
> > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> >
> > MATERIAL and is thus for use only by the intended recipient. If you
> > received this in error, please contact the sender and delete the e-mail
> > and its attachments from all computers.
> >
> > ---------------------------------------------------------------------
> > To start a new topic, e-mail: users@tomcat.apache.org
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>

Reply via email to