본문 바로가기

tomcat10

tomcat / catalina.out / 일자별 log 1. rotatelogs  설치확인[root@dev bin]# find / -name rotatelogs /usr/sbin/rotatelogs 미 존재시  httpd 설치    - rotatelogs가 설치되었는지 확인:      which rotatelogs 2. tomcat bin catalina.sh 수정버전 : apache-tomcat-8.5.50수정파일 : bin/catalina.sh 수정사항 :  453line  주석   미처리시 catalina.out  0 byte  파일 존재함□ 변경전 :            touch "$CATALINA_OUT"■ 변경후 :            echo "touch CATALINA_OUT"  # 해당 line 없는경우 if-else 구문오류발생      .. 2021. 10. 5.
tomcat 2개 / tomcat port 다르게 여러개 22 .. 69 .. 117 2021. 6. 25.
centos 7 / let's Encrypt / tomcat 8 *1. let's Encrypt 설치 * yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt/ *2. 인증서 받기 * ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소1] -d [사용할 도메인주소2] -d [사용할 도메인주소3] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Create .. 2020. 5. 4.
centos 7 / tomcat / SSL / https / let's encrypt Apache Tomcat Version 7.0.82 openjdk version "1.8.0_242" CentOS Linux release 7.8 yum -y update yum -y upgrade yum install -y gcc gcc-c++ wget perl-devel curl-devel git cd /opt git clone https://github.com/letsencrypt/letsencrypt cd /opt/letsencrypt ./letsencrypt-auto certonly --manual --email [이메일 주소] -d [사용할 도메인주소] A - N - Y - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -.. 2020. 4. 29.
반응형