standalone 모드 (1) 썸네일형 리스트형 [WildFly] 설치 - standalone 모드 개요 다운로드 JDK : java.oracle.com WildFly : wildfly.org 1. JDK 설치 1.1 JDK 압축해제 shell> tar zxvf jdk-8u221-linux-x64.tar.gz 1.2. JAVA 환경 설정 shell> vi .bash_profile JAVA_HOME=/JDK_Install_Dir ; export JAVA_HOME PATH=$JAVA_HOME/bin:$PATH 2. WildFly 설치 2.1 WildFly 압축해제 shell> tar zxvf wildfly-16.0.0.Final.tar.gz 3. WildFly 설정 편집 3.1 standalone.xml 편집 위치 : WildFly_INSTALL_DIR/configuration/standalone.xml .. 이전 1 다음