[jboss-jira] [JBoss JIRA] (WFLY-1124) Add support of mapping between webapps and connectors
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Mon Jul 8 08:14:21 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar resolved WFLY-1124.
-------------------------------
Fix Version/s: 8.0.0.Alpha1
Resolution: Done
You can do this by defining which virtual-hosts are avalible per connector
this would be example of configuration
{code:xml}
<connector name="http-vs" scheme="http" protocol="HTTP/1.1" socket-binding="http" >
<virtual-server name="vs1" />
<virtual-server name="vs2" />
</connector>
{code}
and this works already in 7.2
> Add support of mapping between webapps and connectors
> -----------------------------------------------------
>
> Key: WFLY-1124
> URL: https://issues.jboss.org/browse/WFLY-1124
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Marcel Šebek
> Assignee: Remy Maucherat
> Fix For: 8.0.0.Alpha1
>
>
> It would be nice to be able to define in web app (jboss-web.xml) which connectors may be used for accessing the application. That would allow to run several applications on several ports. Now it is just possible to do this per IP (using virtual hosts) and even that is not perfect (one may fake virtual host name in GET request and access application that he should not be able to access).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list