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

Chapter 1. Installing Fuse on JBoss EAP


To develop Fuse applications on JBoss EAP, install JBoss EAP, and then install Fuse.

Prerequisites

  • Red Hat Customer Portal login credentials.
  • A supported version of a Java runtime is installed.

    Red Hat Fuse Supported Runtimes lists the Java runtimes that are supported on different operating systems.

Procedure

  1. Install JBoss EAP 7.2.1:

    1. Go to the Enterprise Application Platform Software Downloads page on the Red Hat Customer Portal.
    2. When prompted, log in to your customer account.
    3. In the Version dropdown menu, select 7.2.
    4. Click the Download link for the Red Hat JBoss Enterprise Application Platform 7.2 Installer package.
    5. Run the downloaded installer. In the following example, replace DOWNLOAD_LOCATION with the location of the JBoss EAP installer on your system:

      java -jar DOWNLOAD_LOCATION/jboss-eap-7.2-installer.jar
    6. Accept the terms and conditions.
    7. Choose your preferred installation path, which is represented by EAP_HOME for the JBoss EAP runtime.
    8. Create an administrative user and be sure to note this administrative user’s credentials. You need them to log in to the Fuse Management Console.
    9. Accept the default settings on the remaining screens.
  2. Check the Red Hat Fuse Supported Configurations page for any notes or advice on the compatibility of JBoss EAP patches with Red Hat Fuse.
  3. Install the relevant JBoss EAP patches by following the instructions on Enterprise Application Platform Software Downloads > Patches. You must ensure that JBoss EAP 7.2 Update 01 is applied. For example, on Red Hat Enterprise Linux:

    bin/jboss-cli.sh "patch apply jboss-eap-7.2.1-patch.zip"
    {
        "outcome" : "success",
        "result" : {}
    }
  4. Install Fuse 7.4 on JBoss EAP 7.2.1:

    1. Go to the Red Hat Fuse Software Downloads page on the Red Hat Customer Portal.
    2. When prompted, log in to your customer account.
    3. In the Version dropdown menu, select 7.4.0.
    4. Click the Download link for the Red Hat Fuse 7.4.0 on EAP Installer package.
    5. Open a shell prompt (or a command prompt on Windows).
    6. Change to the EAP_HOME directory, which is the root directory of the fresh Red Hat JBoss Enterprise Application Platform installation.
    7. Run the downloaded installer. In the following example, replace DOWNLOAD_LOCATION with the location of the downloaded Fuse installer on your system:

      java -jar DOWNLOAD_LOCATION/fuse-eap-installer-7.4.0.fuse-740017-redhat-00003.jar
  5. The installer runs without prompts and logs its activity to the screen.

Next steps

  • Start JBoss EAP, verify that Fuse is running, and then add Fuse users to JBoss EAP. The next chapters explain how to perform these tasks.
  • Optional but recommended: set up Maven for local use with Fuse projects. This is explained in Chapter 7, Setting up Maven locally.

Additional resource

For more detailed information about installing JBoss EAP, see the JBoss EAP 7.2 Installation Guide.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

© 2024 Red Hat, Inc.