> From: Leon van der Merwe [mailto:[EMAIL PROTECTED] 
> Subject: Wrong version of Tomcat
>  
> The version of Tomcat that is displayed as part of the 404(page not
> found) error page is wrong, still displaying the previous version.

You need to find out what mechanism starts Tomcat on your server, and
make sure that is using the later version of Tomcat.  The startup
mechanism could be a script or a jsvc daemon; whatever is initiating
Tomcat appears to not have been changed when you did the upgrade.

> Where does Tomcat get/set the version number like 5.5.20?

The normal place is:
    org/apache/catalina/util/ServerInfo.properties
which is in server/lib/catalina.jar.  This is created during the Tomcat
build from values in build.properties.default.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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