I got the solution...
We can change value of key Server by configuring it in the Connector configuration in
"server.xml".
......
| ......
| <Connector server="My Server" port="8080"
address="${jboss.bind.address}"
| maxThreads="5000" maxSpareThreads="40"
minSpareThreads="20"
| strategy="ms" maxHttpHeaderSize="8192"
emptySessionPath="true"
| enableLookups="true" acceptCount="40"
| connectionTimeout="60000"
disableUploadTimeout="true"/>
| ......
| ......
Now the response is
HTTP/1.1 200 OK
| Set-Cookie: JSESSIONID=9C46D0475D0626A7CDC622410D5F3B4A; Path=/
|
| Stored cookie 192.168.1.58 8080 / nonpermanent 0 Thu Jan 1 05:29:59 1970
| JSESSIONID 9C46D0475D0626A7CDC622410D5F3B4A
| Content-Type: text/html;charset=ISO-8859-1
| Content-Length: 450
| Date: Thu, 20 Jul 2006 09:14:15 GMT
| Connection: keep-alive
| Server: My Server
~Jiji :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959492#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...