Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 10. Running standalone Business Central
You can use the Business Central standalone JAR file to run Business Central without needing to deploy it to an application server such as Red Hat JBoss EAP.
Red Hat supports this installation type only when it is installed on Red Hat Enterprise Linux.
Procedure
Navigate to the Software Downloads page in the Red Hat Customer Portal (login required), and select the product and version from the drop-down options:
- Product: Process Automation Manager
 - Version: 7.2
 
- 
					Download Red Hat Process Automation Manager 7.2 Business Central Standalone (
rhpam-7.2.0-business-central-standalone.jar). - 
					Create a directory and move the 
rhpam-7.2.0-business-central-standalone.jarfile to this directory. - In a terminal window, navigate to the directory that contains the standalone JAR file.
 Create the
application-users.propertiesfile. Include an administrative user and if this Business Central instance will be a Process Automation Manager controller for Process Server, include a Process Automation Manager controller user, for example:rhpamAdmin=password1 controllerUser=controllerUser1234
rhpamAdmin=password1 controllerUser=controllerUser1234Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create the
application-roles.propertiesfile to assign roles to the users that you included in theapplication-users.propertiesfile, for example:rhpamAdmin=admin controllerUser=kie-server
rhpamAdmin=admin controllerUser=kie-serverCopy to Clipboard Copied! Toggle word wrap Toggle overflow Create the
application-config.yamlconfiguration file with the following contents, where<APPLICATION_USERS>is the path to theapplication-users.propertiesfile and<APPLICATION_ROLES>is the path to theapplication-roles.propertiesfile:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Enter the following command:
java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yaml
java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yamlCopy to Clipboard Copied! Toggle word wrap Toggle overflow In addition, you can set any properties supported by Business Central by including the
-D<property>=<value>parameter in this command, for example:java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yaml -D<property>=<value> -D<property>=<value>
java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yaml -D<property>=<value> -D<property>=<value>Copy to Clipboard Copied! Toggle word wrap Toggle overflow See Section 10.1, “Supported properties” for more information.
10.1. Supported properties Copier lienLien copié sur presse-papiers!
				The Business Central system properties listed in this section are passed to standalone*.xml files or when you install standalone Business Central, you can use the properties listed in this section in the following command:
			
java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yaml -D<property>=<value> -D<property>=<value>
java -jar rhpam-7.2.0-business-central-standalone.jar -s application-config.yaml -D<property>=<value> -D<property>=<value>
				In this command, <property> is a property from the following list and <value> is a value that you assign to that property:
			
- 
						
org.uberfire.nio.git.dir: Location of the Process Server Git directory. - 
						
org.uberfire.nio.git.dirname: Name of the Process Server Git directory. Default value:.niogit. - 
						
org.uberfire.nio.git.proxy.ssh.over.http: Specifies whether SSH should use an HTTP proxy. Default:false - 
						
http.proxyHost: Defines the host name of the HTTP proxy. Default:null - 
						
http.proxyPort: Defines the host port (integer value) of the HTTP proxy. Default:null - 
						
org.uberfire.nio.git.proxy.ssh.over.https: Specifies whether SSH should use an HTTPS proxy. Default:false - 
						
https.proxyHost: Defines the host name of the HTTPS proxy. Default:null - 
						
https.proxyPort: Defines the host port (integer value) of the HTTPS proxy. Default:null - 
						
org.uberfire.nio.git.daemon.enabled: Enables or disables the Git daemon. Default value:true. - 
						
org.uberfire.nio.git.daemon.host: If the Git daemon is enabled, it uses this property as the local host identifier. Default value:localhost. - 
						
org.uberfire.nio.git.daemon.port: If the Git daemon is enabled, it uses this property as the port number. Default value:9418. org.uberfire.nio.git.http.sslVerify: Enables or disables SSL certificate checking for Git repositories. Default:trueNoteIf the default or assigned port is already in use, a new port is automatically selected. Ensure that the ports are available and check the log for more information.
- 
						
org.uberfire.nio.git.ssh.enabled: Enables or disables the SSH daemon. Default value:true. - 
						
org.uberfire.nio.git.ssh.host: If the SSH daemon enabled, it uses this property as the local host identifier. Default value:localhost. org.uberfire.nio.git.ssh.port: If the SSH daemon is enabled, it uses this property as the port number. Default value:8001.NoteIf the default or assigned port is already in use, a new port is automatically selected. Ensure that the ports are available and check the log for more information.
- 
						
org.uberfire.nio.git.ssh.cert.dir: Location of the.securitydirectory where local certificates are stored. Default: the working directory. - 
						
org.uberfire.nio.git.ssh.passphrase: Pass phrase used to access the public key store of your operating system when cloning git repositories with SCP style URLs. Example:git@github.com:user/repository.git. org.uberfire.nio.git.ssh.algorithm: Algorithm used by SSH. Default value:RSA.NoteIf you plan to use RSA or any algorithm other than DSA, make sure you set up your application server to use the Bouncy Castle JCE library.
- 
						
org.uberfire.metadata.index.dir: Place where the Lucene.indexdirectory is stored. Default: the working directory - 
						
org.uberfire.ldap.regex.role_mapper: Regex pattern used to map LDAP principal names to the application role name. Note that the variable role must be part of the pattern because it is substituted by the application role name when matching a principal value to a role name. Default: Not used. - 
						
org.uberfire.sys.repo.monitor.disabled: Disables the configuration monitor. Do not disable unless you are sure. Default value:false - 
						
org.uberfire.secure.key: Password used by password encryption. Default value:org.uberfire.admin - 
						
org.uberfire.secure.alg: Crypto algorithm used by password encryption. Default value:PBEWithMD5AndDES - 
						
org.uberfire.domain: Security-domain name used by uberfire. Default value:ApplicationRealm - 
						
org.guvnor.m2repo.dir: Place where the Maven repository folder is stored. Default value:<working-directory>/repositories/kie - 
						
org.guvnor.project.gav.check.disabled: Disables group ID, artifact ID, and version (GAV) checks. Default value:false - 
						
org.kie.build.disable-project-explorer: Disables automatic build of a selected project in Project Explorer. Default value:false - 
						
org.kie.verification.disable-dtable-realtime-verification: Disables the real-time validation and verification of decision tables. Default value:false - 
						
org.kie.server.controller: URL for connecting with a Process Automation Manager controller, for example:ws://localhost:8080/business-central/websocket/controller - 
						
org.kie.server.user: User name used to connect with the Process Server nodes from the Process Automation Manager controller. This property is only required when using this Business Central installation as a Process Automation Manager controller. - 
						
org.kie.server.pwd: Password used to connect with the Process Server nodes from the Process Automation Manager controller. This property is only required when using this Business Central installation as a Process Automation Manager controller. kie.maven.offline.force: Forces Maven to behave as offline. If true, disable online dependency resolution. Default:false.NoteUse this property for Business Central only. If you share a runtime environment with any other component, isolate the configuration and apply it only to Business Central.
- 
						
org.uberfire.gzip.enable: Enables or disables Gzip compression on GzipFilter. Default:true