[jboss-user] [Beginner's Corner] New message: "Re: Configure webapp to accept requests only from a specific port"

Ken Tam do-not-reply at jboss.com
Sun Mar 7 19:44:14 EST 2010


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




More information about the jboss-user mailing list