이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 41. Configuring and running standalone Business Central


You can use the Business Central standalone JAR file to run Business Central without deploying it to an application server. You can use sample configuration files to run the Business Central standalone JAR file out of the box or you can customize the sampfiles for your requirements.

Note

This JAR file is supported only when it is run on Red Hat Enterprise Linux.

Prerequisites

Procedure

  1. Extract the downloaded rhpam-7.10.0-addons.zip to a temporary directory. This archive includes the rhpam-7.10.0-standalone-sample-configuration.zip file.
  2. Extract the rhpam-7.10.0-standalone-sample-configuration.zip file to the directory that contains the rhpam-7.10.0-business-central-standalone.jar file. The rhpam-7.10.0-standalone-sample-configuration.zip file contains the following sample configuration files:

    • application-roles.properties
    • application-users.properties
    • sample-standalone-config.yml

      You can run the rhpam-7.10.0-business-central-standalone.jar files with the sample data provided in the configuration files or you can customize the data for your requirements.

  3. To customize the configuration data, complete the following steps:

    1. Edit the application-users.properties file. Include an administrative user and if this Business Central instance will be a Process Automation Manager controller for KIE Server, include a Process Automation Manager controller user, for example:

      rhpamAdmin=password1
    2. Edit the application-roles.properties file to assign roles to the users that you included in the application-users.properties file, for example:

      rhpamAdmin=admin
      controllerUser=kie-server

      For more information, see Section 34.2, “Red Hat Process Automation Manager roles and users”.

    3. Review the contents of the the sample-standalone-config.yml configuration file and update as required.
  4. To run the Business Central standalone JAR file, enter the following command:

    java -jar rhpam-7.10.0-business-central-standalone.jar -s sample-standalone-config.yml
  5. To set application properties when you run the JAR file, include the -D<PROPERTY>=<VALUE> parameter in the command, where <PROPERTY> is the name of a supported application property and <VALUE> is the property value:

    java -jar rhpam-7.10.0-business-central-standalone.jar -s sample-standalone-config.yml -D<PROPERTY>=<VALUE> -D<PROPERTY>=<VALUE>

    For example, to run Business Central and connect to KIE Server as the user controllerUser, enter:

    java -jar {PRODUCT_FILE}-{URL_COMPONENT_CENTRAL}-standalone.jar \
    -s sample-standalone-config.yml \
    -Dorg.kie.server.user=controllerUser
    -Dorg.kie.server.pwd=controllerUser1234

    Doing this enables you to deploy containers to KIE Server. See Appendix A, Business Central system properties for more information.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.