Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-17 Thread David Smith
I've never had standard.jar or jstl.jar anywhere except the webapp's WEB-INF/lib folder so it's hard to say what tomat will do with that. You may have to declare the taglibs in WEB-INF/web.xml when done that way. Also what is the necessary folders you installed the jars in? --David

WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Computerjuice
://www.nabble.com/WAR-created-on-tomcat-6.0--Executed-on-Tomcat-5.5-tp16722777p16722777.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Hassan Schroeder
On Wed, Apr 16, 2008 at 9:30 AM, Computerjuice [EMAIL PROTECTED] wrote: ...is there compatibility between tomcat 5.5 and tomcat 6.0? They support different versions of the servlet/jsp specs -- what are you specifying in your deployment descriptor? -- Hassan Schroeder

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Mark Thomas
Computerjuice wrote: I have developed a web application using netbeans and Tomcat 6.0. I have deplyed the resulting WAR file to a website Host server that is running Tomcat 5.5. However the JSTL tags are displayed instead of the exposing the database contents. The application uses a connection

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread David Smith
Check your war file for the existence of standard.jar and jstl.jar in WEB-INF/lib. I'll bet at least standard.jar is missing if not both of them. --David Computerjuice wrote: I have developed a web application using netbeans and Tomcat 6.0. I have deplyed the resulting WAR file to a website

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Computerjuice
PROTECTED] -- View this message in context: http://www.nabble.com/WAR-created-on-tomcat-6.0--Executed-on-Tomcat-5.5-tp16722777p16736068.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Hassan Schroeder
On Wed, Apr 16, 2008 at 4:59 PM, Computerjuice [EMAIL PROTECTED] wrote: So aside form installing Tomcat 6 is there a way round this compatibility issue. ie is there a way that a Tomcat 6.0 WAR could be made to function in tomcat 5.5. That depends on whether your app depends on features of

Re: WAR created on tomcat 6.0 -Executed on Tomcat 5.5

2008-04-16 Thread Computerjuice
] -- View this message in context: http://www.nabble.com/WAR-created-on-tomcat-6.0--Executed-on-Tomcat-5.5-tp16722777p16736661.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users