2 Replies Latest reply on Jun 27, 2014 9:27 AM by cgraf1

    How to deploy single web application (war) to Wildfly listening to multiple HTTP ports?

    cgraf1

      I have one web application running on Wildfly 8 that should be accessible via multiple ports, for example

       

      http://localhost:8080/app

      http://localhost:8081/app

      http://localhost:8082/app

       

      With the help of https://community.jboss.org/message/857103 I figured out how to do this for different web applications. But I need this to work for the same war.

       

      Thanks in advance

       

      Claus