If you setup different <server> in undertow subsystem and each <server> has its own virtual host then when deploy a war you have to setup the jboss-web.xml correctly
<jboss-web>
<server-instance>default-server_secondary</server-instance> <!-- does mapping to server -->
<virtual-host>server.mydomain.com</virtual-host> <!-- does mapping to host inside server -->
</jboss-web>
No comments:
Post a Comment