You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tim Odowd <to...@PeopleAdmin.com> on 2003/04/04 17:21:45 UTC

tomcat version number appears in header

Hi.

The problem I am trying to solve is that the tomcat version number apears in
the header of pages served by tomcat:

HTTP/1.1 301 Moved
Date: Fri, 04 Apr 2003 14:55:47 GMT
Content-Type: text/html
Location: my url
Content-Length: 206
Servlet-Engine: Tomcat Web Server/3.3a Final ( JSP 1.1; Servlet 2.2 )

I have set the reportedname attribute in the Http10Connector in my
server.xml file :

        <Http10Connector   port="8080" 
			   secure="false"
			   maxThreads="100"
			   maxSpareThreads="50"
			   minSpareThreads="10"
			   reportedname = " " />

As far as I can tell, there are no additional configuration files being
used, and I have restarted the tomcat service (several times), while
experimenting with modfiying and removing several tags in the server.xml
file, but the version # continues to appear.

Any suggestions?

Thanks in advance,
Tim O'Dowd