Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
Exception in JSP: /index.jsp:5 > > 2: > 3: > 4: > 5: > 6: > 7: > > > > > On 10/30/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > > > > From: itay sahar [mailto:[EMAIL PROTECTED] >

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
:[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 ver

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > well i change the classpath to work with the new "servlet-api.jar" and " > jsp-api.jar" (new version from tomcat) > After deploy i removed from the folder the two jar mention above since they > already exist in common/lib. >

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Caldarale, Charles R
> 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 vers

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Propes, Barry L
: Tomcat Users List Subject: Re: migration from tomcat 4.1 to 5.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and ru

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
well i change the classpath to work with the new "servlet-api.jar" and " jsp-api.jar" (new version from tomcat) After deploy i removed from the folder the two jar mention above since they already exist in common/lib. so now: 1. No errors in eclipse ( after using the new jars). 2. Tomcat is startin

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > The type javax.servlet.jsp.tagext.TagSupport cannot be resolved. It is > indirectly referenced from required .class files > *The application is up and running but when click on the application from > tomcat manager i got the

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi thanks for reply, The details is in "applicationContext.xml" (spring). There is no data moved from context.xml/server.xml from tomcat 4.1 to tomcat 5.5. (i just don't have it...) succeeded run on the default 4.1 version. I'm using the default files as they created by tomcat 5.5. Tomcat ignore

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread David Smith
Throw out servlet-api.jar, servlet.jar. Servlet-api.jar is provided in the common/lib folder. As to TagSupport and JspException, they should be provided by common/lib/jsp-api.jar. --David itay sahar wrote: hi, i have an application running on tomcat 4.1. i want to make a huge addings to t

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Itay, itay sahar wrote: > i have an application running on tomcat 4.1. > i want to make a huge addings to this application but first i want to work > on tomcat 5.5 version. > is there a way i can do it ? (i know it's not easy). I recently upgraded 5

migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi, i have an application running on tomcat 4.1. i want to make a huge addings to this application but first i want to work on tomcat 5.5 version. is there a way i can do it ? (i know it's not easy). my project lib include the following jar files: (works fine on tomcat 4.1) aopalliance.