Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.67 KB

USE_OF_WILDFLY_HOME.adoc

File metadata and controls

24 lines (15 loc) · 1.67 KB

Use of WILDFLY_HOME and JBOSS_HOME Variables

The developer guides and quickstart README files use the replaceable value WILDFLY_HOME to denote the path to the Red Hat JBoss Enterprise Application Platform 7 installation. When you encounter this value in a README file or guide, be sure to replace it with the actual path to your WildFly installation.

  • If you installed WildFly using the ZIP install method, the install directory is the jboss-eap-7.2 directory where you extracted the ZIP archive.

  • If you installed WildFly using the RPM install method, the install directory is /opt/rh/eap7/root/usr/share/wildfly/.

  • If you used the installer to install WildFly, the default path for WILDFLY_HOME is ${user.home}/EAP-7.2.0.

    • For Red Hat Enterprise Linux, Solaris, and HP-UX: /home/USER_NAME/EAP-7.2.0/

    • For Microsoft Windows: C:\Users\USER_NAME\EAP-7.2.0\

  • If you used the Red Hat Developer Studio installer to install and configure the WildFly Server, the default path for WILDFLY_HOME is ${user.home}/jbdevstudio/runtimes/jboss-eap.

    • For Linux: /home/USER_NAME/jbdevstudio/runtimes/jboss-eap/

    • For Windows: C:\Users\USER_NAME\jbdevstudio\runtimes\jboss-eap or C:\Documents and Settings\USER_NAME\jbdevstudio\runtimes\jboss-eap\

The JBOSS_HOME environment variable, which is used in scripts, continues to work as it has in the past.