4.7.2. Install JBoss EAP 6 by Pre-setting the Key/Password Values in the Automatic Installation Variable File

Use the following procedure for automatically installing JBoss EAP 6 by pre-setting the key/password values in the automatic installation variable file.

Procedure 4.11. 

  1. Enter key values in variable file

    JBoss EAP 6 installer creates an automatic installation script and an automatic installation variable file. The automatic installation variable file contains a list of keys/password parameters needed for automatic installation. To enter key values open the automatic installation variable file. Fill in a valid key/password value against each key parameter. For example:
    adminPassword = password#2
    vault.keystorepwd = vaultkeystorepw
    ssl.password = user12345
  2. Run the installer with the variablefile filename argument to begin automated installation

    You can begin fully automated EAP installation by running the installer with variablefile auto.xml.variablefile argument. This argument supplies the variable file key/password values (step 1) to the installer.To begin fully automated installation open a terminal and enter the following command with relevant filenames:
    java -jar jboss-eap-6.3.0-installer.jar auto.xml -variablefile auto.xml.variablefile
Result

JBoss EAP 6 is installed on your machine.