default-web-module doesn't work for non default hosts &
servers
---------------------------------------------------------------
Key: WFLY-3639
URL:
https://issues.jboss.org/browse/WFLY-3639
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.1.0.Final
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Fix For: 11.0.0.Alpha1
If you use config like this:
{code:xml}
<host name="default-host" default-web-module="myapp1.war"
alias="webapp.domain1.com"/>
<host name="other-host" default-web-module="myapp2.war"
alias="test.domain2.net"/>
{code}
and have apps myapp1.war & myapp2.war deployed myappwar2.war won't be bind to
other-host.