Tomcat, SSL and CentOS
Just to remember the tomcat CentOS configuration with SSL. Found this
really helpful lnks
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=9623&forum=31 Really good was the hint with unprivileged ports 80, 443 using xinetd.
service http
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
redirect = 127.0.0.1 8080
log_on_failure += USERID
}