본문 바로가기

WAS/JBOSS_WILDFLY16

2. [standalone] 인스턴스 추가 동일 장비에서 인스턴스 추가하는 방법 => 1의 설치 과정을 반복해주면 됨. server1 인스턴스를 복사하여 server2 인스턴스 생성 1. server1 인스턴스 하위 디렉토리들을 묶어서 tar파일 생성 cd server1 tar cvzf server1.tar * 2. server2 디렉토리를 만들어서 server1.tar 파일 묶음 해제 mv server1.tar ../server2/ cd ../server2 tar xvzf server1.tar 3. bin 디렉토리의 스크립트 내용 수정 후 add_user.sh 스크립트 실행 PORT_OFFSET도 변경해줘야 함 => 다음과 같이 설정해주면 server1의 기본포트인 7000번에 100을 더한 7100번이 관리 콘솔 포트로 사용됨. 나머지 포트에.. 2023. 5. 22.
1.1. JBoss 스크립트 env.sh (start.sh에 아래 내용이 작성되어 있다면 이 스크립트는 별도로 필요하지 않음) #!/bin/shDATE=`date +%Y%m%d%H%M%S`##### JBoss Directory Setup #####export JBOSS_HOME=/sw/was/jboss/jboss-eap-7.4 # 설치된 JBOSS EAP 버전에 맞는 디렉터리 설정export JAVA_HOME=/usr/java/jdk1.8.0_202 # 사용하는 JDK 버전에 맞게 설정export DOMAIN_BASE=/sw/was/jboss/jboss-eap-7.4/domains # 도메인 베이스 디렉터리 설정export SERVER_NAME=node10 .. 2023. 2. 17.
1. [standalone] 설치 1. 설치 파일 다운로드(zip) 후 압축해제https://developers.redhat.com/products/eap/download JBoss Enterprise Application Platform | Red Hat DeveloperModular, cloud-ready Java EE 8 platform with APIs and development frameworks for quickly developing secure and scalable Java EE applications.developers.redhat.com 2. 디렉토리 생성cd /sw/was/jboss/jboss-eap-7.4mkdir -p servers/server1(서버 인스턴스명) 3. standalone 하위 디렉토리를 통째.. 2023. 2. 17.
0. wildfly / jboss https://www.wildfly.org/ WildFly Powerful Configuration in WildFly is centralized, simple and user-focused. The configuration file is organized by subsystems that you can easily comprehend and no internal server wiring is exposed. All management capabilities are exposed in a unified manne www.wildfly.org jboss 다운로드 링크 : https://developers.redhat.com/products/eap/download JBoss Enterprise Applica.. 2023. 2. 17.
728x90