반응형
SMALL
Host 설정 확인하기
cat /etc/hosts
WEB 설정에서 해줘야 하는 부분
우선 web 서버로 들어가준다.
그리고 apache 가 설치되어있는 경로의 conf.d 폴더를 찾아서 들어간다.
/app/jboss-ews-2.1/httpd/conf.d
ls -al
total 56
drwxr-xr-x. 3 root root 4096 Jun 28 16:17 .
drwxr-xr-x. 14 root root 4096 Mar 15 2021 ..
lrwxrwxrwx. 1 root root 32 Mar 15 2021 auth_kerb.conf -> /etc/httpd/conf.d/auth_kerb.conf
-rw-r--r--. 1 root root 295 Jan 21 2015 manual.conf
-rw-r--r--. 1 root root 1503 Mar 15 2021 mod_jk.conf
-rw-r--r--. 1 root root 40 Jul 24 2014 mod_rt.conf.sample
-rw-r--r--. 1 root root 235 Mar 15 2021 mod_snmp.conf.sample
-rw-r--r--. 1 root root 566 Jan 21 2015 proxy_ajp.conf
-rw-r--r--. 1 root root 392 Jan 21 2015 README
drwxr-xr-x. 2 root root 4096 Jan 22 2015 snmpd
-rw-r--r--. 1 root root 9685 Jan 21 2015 ssl.conf
-rw-r--r--. 1 root root 299 Jan 21 2015 welcome.conf
-rw-r--r--. 1 root root 1054 Mar 15 2021 workers.properties
여기서 workers.properties 로 들어가서 연결하고자 하는 WAS 의 IP 설정과 lb 설정을 해준다
web 쪽에서 설정하는 부분 완료.
반응형
LIST
'리눅스' 카테고리의 다른 글
리눅스 기본환경 설정 (0) | 2022.11.03 |
---|---|
리눅스 Bonding 방법 (0) | 2022.11.03 |
CentOS7에서 Node.js 설치하기 (0) | 2022.06.17 |
[Tomcat] Tomcat에 WAR 배포하기 (0) | 2022.05.12 |
JAVA 환경변수 셋팅하기(윈도우, 리눅스) (0) | 2022.05.04 |
댓글