Hi, I am using jboss-3.0.1_tomcat-4.0.4 combination for my application on linux. But there seems to be a security issue in this. When a user does curl -i <url> we can see the server header along with the server make and version. Is there a way I can stop this server header. I am pasting the result of the curl command here. ============================= HTTP/1.1 401 Unauthorized Content-Type: text/html Expires: Thu, 01 Jan 1970 00:00:00 GMT Date: Thu, 19 May 2005 07:12:48 GMT Pragma: No-cache Server: Apache Tomcat/4.0.4 (HTTP/1.1 Connector) Transfer-Encoding: chunked Cache-Control: no-cache ============================= Thanks Prasad Gudipati