Jimmy Phelan :: Blacknight Solutions wrote:
> How can I check from a command line on *nix the JSP/Servlet version
> installed

Not sure what you mean. You stated you are using Tomcat 5.5.23 so that
supports the 2.4 servlet spec and 2.0 jsp spec.

If you want to know what version of the spec your web applications
have been written to, then you'll need to look in the web.xml files
for each application.

> There are issues with it, and a solution I got from this mailing list was to
> upgrade the JDK version. We currently have 
> 
> java version "1.5.0_08"
> 
> Im upgrading that to update 12.
> 
> Will I need to upgrade tomcat as well?

Not essential, although 5.5.25 should be out soon. There are quite a
few bug fixes so you might want to take the opportunity to upgrade.

Mark

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