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 this to server\classes and modify
values as needed.

--
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]