Apache Tomcat

Installation

bash# yum -y install tomcat6 tomcat-native

Configuration

Connecteur HTTPS

/etc/tomcat6/server.xml

...
    <Connector port="8443" protocol="HTTP/1.1" maxThreads="150" scheme="https" secure="true"
               SSLEnabled="true"
               SSLProtocol="TLSv1"
               SSLCertificateFile="/etc/tomcat6/sso.example.com-cert.pem"
               SSLCertificateKeyFile="/etc/tomcat6/sso.example.com-key.pem"
               SSLPassword="password"/>
...

Activation du service au démarrage

bash# service tomcat6 start
bash# service tomcat6 status
bash# netstat -tanp|grep java
bash# chkconfig tomcat6 on
tomcat.txt · Last modified: 2011/12/27 18:03 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki