Nishant Kavi wrote:
> Hello all,
> 
> Is there any way one can turn off header information (tomcat/5.0.25, 
> coyote/1.1)?

There is no way to do this in 5.0.25 via configuration but what you
can do in this version is:
 - find $CATALINA_HOME/server/lib/catalina.jar
 - extract the contents of the jar to a temporary directory
 - find org/apache/catalina/util/ServerInfo.properties
 - open this file
 - edit the server.info property
 - save the file
 - rebuild the jar
 - replace the original catalina.jar with your modified version

In the latest 5.5.x and 6.0.x there is a connector property (server)
you can set.

However you approach this, you will need to restart Tomcat before the
change takes effect.

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