On 15/01/2010 19:44, massive.boisson wrote:
> 
> Yes, that's it.
> 
> I do have custom page defined in web.xml with  <error-page>, but it is
> theoretically possible to still get Tomcat exception, if for example somehow
> it was thrown within the custom error page. 
> 
> So I am just trying to avoid this unlikely scenario.
> 
> I thought maybe there is a request parameter I can modify in these
> situations that stores the version number.
> 
> Or something :)

Create the following directory structure under CATALINA_BASE/lib:
org/apache/catalina/util

Download the following file and place it in that directory:
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/java/org/apache/catalina/util/ServerInfo.properties

Edit the contents of the file.

Restart Tomcat.

Enjoy.

HTH,

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to