This content has been marked as final.
Show 2 replies
-
1. Re: How to change Server Banner in HttpResponse header
jaikiran Jul 18, 2012 10:31 AM (in response to sunilgiri)1 of 1 people found this helpful -
2. Re: How to change Server Banner in HttpResponse header
sunilgiri Nov 19, 2012 10:08 AM (in response to jaikiran)Thanks, I have added following lines after the extentions in standalone.xml.
<system-properties> <property name="org.apache.catalina.JSESSIONID" value="MYSESSIONID"/> <property name="org.apache.coyote.http11.Http11Protocol.SERVER" value="MYSERVER"/> </system-properties> Session Id has been changed but the server name still shows
Server :
Apache-Coyote/1.1