2016年1月7日木曜日

tomcat ロードバランサ内でリダイレクトできない。(SSL)

vi /usr/local/tomcat/conf/server.xml


<!-- 20160107 add
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
20160107 add -->

<!-- 20160107 add -->

     <Connector  port="8009" protocol="AJP/1.3"
                proxyName="portal.cxdnext.co.jp"
                proxyPort="443"
                scheme="https"
                secure="true"
                redirectPort="8443" />

<!-- 20160107 add -->

0 件のコメント:

コメントを投稿

zabbix7 amazon linux2023 インストール postgres15

【postgres】 dnf -y install postgresql15-server postgresql15-server-devel postgresql-setup initdb passwd postgres vi `find / -name pg_hba.con...