mod_jk 설치

remark :

WAS (톱켓) 8080 포트 대신 80 포트로 변환기하 위해 Tomcat Connectors 인 mod_jk를 세팅해 보자.

1. Download Site link : https://tomcat.apache.org/download-connectors.cgi

2. Download /tmp

3. tar 풀기

4. configure 명령어를 이용해서 make 파일 생성

4.1 Error solution

4.2 mod_jk.so file check

5. mod_jk.conf configuration

6. workers.properties configuration

7. Tomcat8 server.xml configuration add

8. virtual Site Setting

9. Tomcat Virtual Setting Site Add

10. Site load ln -s

11. Tomcat/ Apache restart

12. port 8090 Check

tcp6 0 0 ::1:8009

13. Error check: mod_jk.log

tomcat(tcp6 :::8080) -> mod_jk (tcp6 ::1:8009) -> httpd (tcp6 :::80)

비고) 심볼릭 링크 삭세 방법 -> 가상화를 삭제