See conf/web.xml in your tomcat installation (and look for xpoweredBy in the comments) - if that doesn't exist - then you'll need to consult the JBOSS docs since they configure it in a different manner.

-Tim

acastanheira2001 wrote:
Mark,

Could you tell me what Tomcat doc is?

Thanks for your atention,
Andre


Mark Thomas-18 wrote:
acastanheira2001 wrote:
Hi,

Although I´ve set false to xpoweredBy tag, it continues to appear in
response headers.
<init-param>
            <param-name>xpoweredBy</param-name>
            <param-value>false</param-value>
</init-param>
Where did you read that was the way to set it? That isn't what the
Tomcat docs say.

How to hide the following information?
"X-Powered-By: Servlet 2.4; JBoss-4.2.0.GA_CP02 (build:
SVNTag=JBPAPP_4_2_0_GA_CP02 date=200801291544)/Tomcat-5.5"
But given you are using JBoss, it could be completely different.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to