Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 8. Running Red Hat Process Automation Manager
Use this procedure to run the Red Hat Process Automation Manager on Red Hat JBoss EAP in standalone mode.
Prerequisites
- Red Hat Process Automation Manager is installed and configured.
 
Procedure
- 
					In a terminal application, navigate to 
EAP_HOME/bin. Run the standalone configuration:
On Linux or UNIX-based systems:
./standalone.sh -c standalone-full.xml
$ ./standalone.sh -c standalone-full.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow On Windows:
standalone.bat -c standalone-full.xml
standalone.bat -c standalone-full.xmlCopy to Clipboard Copied! Toggle word wrap Toggle overflow NoteIf you deployed Business Central without Process Server, you can start Business Central with the
standalone.shscript without specifying thestandalone-full.xmlfile. In this case, ensure that you make any configuration changes to thestandalone.xmlfile before starting Business Central.On Linux or UNIX-based systems:
/standalone.sh
$ /standalone.shCopy to Clipboard Copied! Toggle word wrap Toggle overflow On Windows:
standalone.bat
standalone.batCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- 
					In a web browser, open the URL 
localhost:8080/business-central. - Log in using the credentials of the user that you created for Business Central in Section 5.4, “Creating users”.