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

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

Re: migration from tomcat 4.1 to 5.5

2007-10-30 Thread itay sahar
hi thanks for reply, The DataSource 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.

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
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 starting

RE: migration from tomcat 4.1 to 5.5

2007-10-30 Thread Propes, Barry L
To: 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 running

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 versions of the TagAttributeInfo constructor

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. so

Re: migration from tomcat 4.1 to 5.5

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

Re: migration from tomcat 4.1 to 5.5

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