centos7 apache tomcat 연동
# Web&WAS/Tomcat2019. 1. 12. 11:46centos7 apache tomcat 연동

컨넥터 설치 http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/ Index of /dist/tomcat/tomcat-connectors/jk archive.apache.org # wget http://archive.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.46-src.tar.gz # tar -xvzf tomcat-connectors-1.2.46-src.tar.gz # cd tomcat-connectors-1.2.46/native # ./configure --with-apxs=/usr/sbin/apxs # make && make install 아파치 설정 # vi worker..

아파치 2.2x 설치
# Web&WAS/Apache2015. 8. 16. 05:24아파치 2.2x 설치

# wget http://archive.apache.org/dist/httpd/httpd-2.2.25.tar.gz # ./configure \ --prefix=/usr/local/apache_2.2.25 \ --enable-so \ --enable-mods-shared=all \ --enable-ssl # make && make install

image