How to change Catalina/Tomcat server settings in Jboss
For example in the "default" profile:
jboss-5.1.0.GA/server/default/deploy/jbossweb.sar/server.xml
Change the following:
<Connector protocol="HTTP/1.1" port="8080" address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443" />
<Connector protocol="AJP/1.3" port="8009" address="${jboss.bind.address}"
redirectPort="8443" />


