3.2. Download and Install JBoss EAP Using the Graphical Installation Program
3.2.1. Download the JBoss EAP 6 Installation Program Copy linkLink copied to clipboard!
JBoss EAP is available under the Red Hat JBoss Developer Program or the Full Red Hat JBoss Commercial Program. Follow the procedure below that matches your program choice.
Procedure 3.1. Download the JBoss EAP Installation Program from the Customer Portal under the Full Red Hat JBoss Commercial Program
- Open a browser and log into the Customer Portal at https://access.redhat.com.
- Click .
- Click Red Hat JBoss Enterprise Application Platform in the Product Downloads list.
- Select the correct JBoss EAP version from the Version drop-down menu.
- Find Red Hat JBoss Enterprise Application Platform 6.x.x Installer in the list and click the option.
- You are prompted to save the JAR file to a directory of your choice. Choose a directory and save the file.
Procedure 3.2. Download the JBoss EAP Installation Program from jboss.org under the Red Hat JBoss Developer Program
- Open a browser and access the following URL: http://www.jboss.org/products/eap.
- To download the installation program for current GA shipping version of the product, click the button on the right side of the page.
- Follow these steps to choose an alternate version, which may include the latest Alpha or Beta releases, as well as previous versions of the product.
- Click the Download JBoss EAP link on the left side of the page.
- Click the Installer link under the Download column for the correct product version.
- You are prompted to save the JAR file to a directory of your choice. Choose a directory and save the file.
The JBoss EAP 6 installation program JAR file has been downloaded successfully to the target machine.
3.2.2. Run the JBoss EAP Installation Program Copy linkLink copied to clipboard!
Procedure 3.3. Run the JBoss EAP Installation Program
- Open a terminal and navigate to the directory containing the downloaded installation program JAR.
- Type the following command:
java -jar jboss-eap-6.x.x-installer.jar
java -jar jboss-eap-6.x.x-installer.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow Note
In the Hewlett-Packard HP-UX or Solaris environment, you can specify the required architecture by using the -d32/-d64 switch. Launch the installer by executing either of these commands:orjava -jar -d64 jboss-eap-6.x.x-installer.jar
java -jar -d64 jboss-eap-6.x.x-installer.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow java -jar -d32 jboss-eap-6.x.x-installer.jar
java -jar -d32 jboss-eap-6.x.x-installer.jarCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Follow the instructions in the table below.
|
Screen name
|
When it Appears
|
Description
|
|---|---|---|
|
Always
|
Choose the desired language for the installation program and click .
| |
|
Always
|
The EULA for RED HAT JBOSS MIDDLEWARE.
Select "I accept the terms of this license agreement", and click .
| |
|
Always
|
Select the installation path for JBoss EAP and click . You are prompted to create the new directory, or, if it exists, to replace the named directory.
| |
|
Always
|
Select the packs to install. Required packs are disabled for deselection.
| |
|
Always
|
Create an administrative user and assign a password. Then click .
| |
|
Always
|
Install the quickstart examples. Choose and select the installation path. Then click .
| |
|
If you choose to install the quickstart examples
|
Keep the default selections to automatically configure the default Maven settings and use the publicly hosted Maven repository. Then click .
| |
|
Always
|
Keep the default port bindings, then click .
| |
|
Always
|
Select the preferred startup option on completion of the installation process. Then click .
| |
|
Always
|
Choose to skip configuration of logging levels. Then click .
| |
|
Always
|
Choose and click to continue.
| |
|
Always
|
Review your selections and click .
| |
|
Always
|
When installation progress completes, click .
| |
|
Always
|
When processing finishes, click .
| |
|
Always
|
Accept the default and click .
| |
|
Always
|
Click .
Installation is now complete.
|
Procedure 3.4. Text-based Install Process
- Open a terminal and navigate to the directory containing the downloaded installation program JAR.
- Launch the Text-based installer by executing the following command:
java -jar jboss-eap-6.x.x-installer.jar -console
java -jar jboss-eap-6.x.x-installer.jar -consoleCopy to Clipboard Copied! Toggle word wrap Toggle overflow - Follow the steps to install JBoss EAP 6.
The installation is complete and JBoss EAP 6 is installed on your target machine.