Step 4: Start JBoss Server
This is a required step.
Start the JBoss server. You can run from command prompt or terminal. For example:
- In Windows: Go to <jboss_home>\bin location and run the standalone.bat file. For example: C:\Program Files\JBoss\jboss-eap-7.4\bin\standalone.bat. Double click the standalone.bat file to start the server.
Or
- In Linux: Go to the bin directory of <jboss_home> location and run the standalone.sh file. For example: /scratch/JBoss/jboss-eap-7.4/bin/standalone.sh. Select “./standalone.sh &” and right click. Select to run in terminal.
Note: If batching is to be used, JMS is required. The standalone-full.xml or standalone-full-ha.xml file should be used when starting JBoss. For example: Standalone.bat –c standalone-full.xml or [root@server bin]# ./standalone.sh -c standalone-full.xml -b 10.100.100.100 -bmanagement 10.100.100.100 &