wget http://mirror.navercorp.com/apache/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.48-src.tar.gz
tar xvfz tomcat-connectors-1.2.48-src.tar.gz
cd tomcat-connectors-1.2.48-src/native/
./configure --with-apxs=/usr/local/apache/bin/apxs
make
make install
ㅇ/modules에서 설치파일 확인
apxs 경로에 유의하며, apxs가 없으면
yum install httpd-devel
yum install gcc
/configure --with-apxs=/usr/bin/apxs
'IT 기술 > 코드샘플' 카테고리의 다른 글
JS 체크 2가지 (0) | 2021.01.19 |
---|---|
Docker mysql Import (0) | 2020.11.11 |
mod_jk로 아파치 톰캣 연동 (0) | 2020.09.29 |
CentOS7, Tomcat8 자동실행 (0) | 2020.09.22 |
Doker_oracle (0) | 2020.07.06 |