Starting JBoss WildFly Application Server

After you configure ibi MDM with JBoss WildFly Application Server, you can start the JBoss WildFly Application Server.

    Procedure
  1. On the command line, type $JBOSS_HOME/bin.
  2. Enter the following command:
    For local host: standalone.bat or ./standalone.sh
    For remote server: standalone.bat -b 0.0.0.0 or ./standalone.sh -b 0.0.0.0
    Note: To access the ibi MDM instance remotely, you need to provide -b 0.0.0.0 in addition.

    The JBoss WildFly Application Server starts.