HTTP header lines

2005-09-27 Thread Wilding, Gregory
How do I limit the amount of information disclosed in the HTTP header lines within Tomcat Thanks Gregory Wilding EDS Business Exchange Services Abney Park Manchester Road Cheadle Cheshire SK8 2PD Tel +44 (0) 161 495 3488 Fax +44(0) 161 428 5009 mailto:[EMAIL PROTECTED]

Re: HTTP header lines

2005-09-27 Thread Anto Paul
On 9/27/05, Wilding, Gregory [EMAIL PROTECTED] wrote: How do I limit the amount of information disclosed in the HTTP header lines within Tomcat You can change the server name by modifying the file org\apache\catalina\util\ServerInfo.properties which resides in server\lib\catalina.jar. Extract

Re: HTTP header lines

2005-09-27 Thread Tim Funk
There is a configuration parameter on the Connector called server. For example: server='Its a secret 180/3.14' -Tim Wilding, Gregory wrote: How do I limit the amount of information disclosed in the HTTP header lines within Tomcat