Tomcat reveals its name and version

2003-07-22 Thread Elkin Koren
Hi, Is it possible to configure Tomcat 3.3.1 to not reveal its name and version to clients? Is it possible to do so without recompiling the server? Thanks in advance, Koren Koren Elkin Security Group Tel/Fax: 972-(0)3-765-5265

Re: Tomcat reveals its name and version

2003-07-22 Thread Tim Funk
You might be able to hide this stuff via apache's mod_header -Tim Elkin Koren wrote: Hi, Is it possible to configure Tomcat 3.3.1 to not reveal its name and version to clients? Is it possible to do so without recompiling the server? Thanks in advance, Koren ---

Re: Tomcat reveals its name and version

2003-07-22 Thread Bill Barker
You simply need to add an engineHeader attribute to the Context element: "Elkin Koren" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > Is it possible to configure Tomcat 3.3.1 to not reveal its name and version > to clients? > Is it possible to do so without rec