1 Reply Latest reply on Apr 3, 2017 12:04 PM by mayerw01

    Configuration of WildFly - single server instance,multiple applications

    samuelmpmac

      I'm trying to configure WildFly to do the following:

       

      1. In the same server, i need to configure different applications changing only the "/name" after the url:

       

      Ex:

       

      a. localhost:8080/application1

      b. localhost:8080/application2

      b. localhost:8080/application3

       

      2. The different applications will point to the same war file, ony the version of the file may differ. Each will be configured to access a different database.

       

      Is it possible? Can anyone help me with that, or point me to some documentation where it is explained? I've tried so far different combinations under standalone.xml file in the host tag, without success.