#henrik

development and technology stuff

Tomcat, SSL and CentOS

Just to remember the tomcat CentOS configuration with SSL. Found this
really helpful lnks

CentOS, tomcat, java:
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 
}

Configure tomcat SSL: http://www.torsten-horn.de/techdocs/ssl.htm

Filed under  //   development   linux   tomcat  
Posted May 3, 2011