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

Computerjuice wrote:

I've just looked at the netbean
tutorial(http://www.netbeans.org/kb/55/mysql-webapp.html#getting) that was
used as the basis for my application. It was for use with netbeans 5.5,
which was bundled with Tomcat 5.5.17 I think. So going by what you have
already said, my WAR file is unlikely to contain features of 2.5.

I know someone suggested I download ensure package the .jar files. But even
if these files did not get packed into my WAR i remember explicitly
installing these files into necessary folders on the my server space. This
was done by suggestion of the host company. But still the JSTL tags were
displayed with no apparent connection to the database. There must be a
problem with the website Host.

Thank you to all that replied





Hassan Schroeder-2 wrote:
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 the 2.5
servlet spec, or can run on 2.4. Which is another way of putting my
previous, unanswered, question :-)

--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






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