วันพฤหัสบดีที่ 16 กุมภาพันธ์ พ.ศ. 2555

Reverse SSL-Proxy with Tomcat

Configure Apache2-SSL + Reverse Proxy to TOMCAT
1. http://wiki.centos.org/HowTos/Https
ProxyRequests Off
#ProxyPreserveHost On

Order deny,allow
Allow from all

1.2 SSL.conf (Virtual Host 443)
ProxyPass /xxx http://localhost:8081/xxx
ProxyPassReverse /xxx http://localhost:8081/xxx

2. Tomcat SERVER.XML
scheme="https" secure="true"
proxyName="192.168.1.230"
proxyPort="443"/>

วันอังคารที่ 14 กุมภาพันธ์ พ.ศ. 2555

Oracle Listener Problem

Failed to start servvice, error 3
tns-12560 : tns protocol adapter error
tns-00530 : protocol adapter error

Solution, First I have to remove Listener, then re-create Listener again.