This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Virtual-Host Settings in Domain Mode?ctomc Jun 19, 2015 5:04 PM (in response to johnmcwho)Looks like you didn't copy whole undertow subsystem configuration properly. you are missing a handler named "subapp1-content" defined somewhere under <handlers> 
- 
        2. Re: Virtual-Host Settings in Domain Mode?johnmcwho Jun 20, 2015 12:58 AM (in response to ctomc)You're completely right the missing part is(and a spelling error ). In the standalone mode it doesn't matter but in domain mode you need to set those handlers. Thanks <handlers> <file name="subapp1-content" path="/" directory-listing="true"/> </handlers> 
 
    