4.6.2. Use Automatic Installation Script (auto.xml) from Different Sources for Installing JBoss EAP 6

The installer can use the automatic installation script (auto.xml) from any of the network locations irrespective of where it is being run. Thus the installer (jboss-eap-6.3.0-installer.jar) and the automatic installation script (auto.xml) can be located on different machines. This topic covers the steps to install JBoss EAP 6.3 automatically from a different network location.
  • In a terminal type either of the following commands to specify the automatic installation script (present at a different network location) to your current network location:
    java -jar jboss-eap-6.3.0-installer.jar http://network-host/auto.xml (For HTTP)
    java -jar jboss-eap-6.3.0-installer.jar ftp://network-host/auto.xml (For FTP)
Result

JBoss EAP 6 is installed on your machine.