User development,
A new message was posted in the thread "Configure webapp to accept requests only from
a specific port":
http://community.jboss.org/message/530432#530432
Author : Ken Tam
Profile :
http://community.jboss.org/people/kkt
Message:
--------------------------------------------------------------
Here are more details:
This is the current setting in server.xml:
<Service name="jboss.web">
<!-- A HTTP/1.1 Connector on port 8888 -->
<Connector protocol="HTTP/1.1" port="8888"
address="${jboss.bind.address}"
connectionTimeout="20000" redirectPort="8443"
maxThread="200" />
This port is available to all webapps. I would like to add another connector with
different port but need to to be bound to one webapp only from the same JBOSS instance.
Thanks,
KT
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/530432#530432