Software requirements

  • Unix OS (such as IBM AIX, Sun Solaris, or HP Unix), or Linux (such as RedHat Linux) that is supported by WildFly and JBoss EAP

  • WildFly 18 or JBoss EAP 7.2

    Please make sure that WildFly or JBoss EAP is started by JDK 8.

    Please also make sure that the following system environment variables includes the correct JDK directories (which may affect the auto-deployment of the built-in Appeon Workspace WAR file):

    • JAVA_HOME: includes the JDK home directory, for example, /usr/Java/jdk1.8.0_60.

    • CLASSPATH: includes the JDK lib directory and the tools.jar file, for example, .:$JAVA_HOME/lib:$JAVA_HOME/lib/tools.jar. Note that values are separated with colon (":") and the period (".") indicates the current directory.

    • Path: includes the JDK bin directory, for example, $JAVA_HOME/bin.