전체 글118 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. 3. apache 기동/중지 및 상태 확인 1. 아파치 시작 ./systemctl start httpd ./service httpd start ./apachectl start 2. 아파치 중지 ./systemctl stop httpd ./service httpd stop ./apachectl stop 3. 아파치 재시작 ./systemctl restart httpd ./service httpd restart ./apachectl restart 4. 아파치 상태 확인 ./systemctl status httpd ./service httpd status ./httpd -t 5. 아파치 버전 확인 ./httpd -V ./apachectl -V 6. 프로세스 마지막 기동 시간 확인 ps -eo pid,lstart,cmd | grep httpd | gre.. 2022. 10. 26. 이전 1 ··· 17 18 19 20 다음 728x90