RE: How to Suppress Server Header in the HTTP Response

2007-10-17 Thread Peter Crowther
From: Jatinder Kaur [mailto:[EMAIL PROTECTED] I am looking for a way to suppress the server header in the HTTP Response. I am using Tomcat version 559. Any help is appreciated. http://tomcat.apache.org/tomcat-5.5-doc/config/http.html See the server parameter - the comment unless you're

Re: How to Suppress Server Header in the HTTP Response

2007-10-17 Thread David Smith
Take a look at http://tomcat.apache.org/tomcat-5.5-doc/config/http.html Specifically your interested in the server attribute in the standard implementation section. --David Jatinder Kaur wrote: Hi, I am looking for a way to suppress the server header in the HTTP Response. I am using Tomcat