본문 바로가기

분류 전체보기121

1.1. JBoss 스크립트 env.sh (start.sh에 아래 내용이 작성되어 있다면 별도로 필요x) #!/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 Developer Modular, 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.4 mkdir -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.
5. Apache - Jboss(Wildfly) 연동(mod_jk) https://sarc.io/index.php/httpd/259-workers-properties-1#google_vignette apache 웹서버와 연동 방법은 mod_jk, mod_proxy, mod_cluster를 이용한 방법이 있음 1. tomcat connectors(mod_jk) 모듈 다운로드 후 압축 해제https://tomcat.apache.org/download-connectors.cgi 2. 모듈 컴파일 및 설치--with-apxs=${apache경로}/bin/apxs 옵션으로 기존 설치된 아파치의 모듈을 빌드.${apache경로}/module에 mod_jk.so 생성 확인cd tomcat-connectors-1.2.48-src/native/./configure --with-apxs=.. 2022. 10. 28.
728x90