Changes between Version 110 and Version 111 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
02/18/11 10:18:40 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v110 v111  
    121121== Apache Tomcat ==
    122122[http://tomcat.apache.org Tomcat] is the recommended way to deploy Java applications
    123  * [ Debian]:
     123 * [http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html Debian]:
    124124{{{
    125125apt-get install sun-java6-jdk tomcat6 tomcat6-admin libapache2-mod-jk
     
    137137vim /etc/init.d/tomcat6
    138138TOMCAT6_SECURITY=no
     139
     140vim /etc/tomcat6/server.xml
     141# Uncomment these lines
     142<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
     143<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
    139144
    140145/etc/init.d/tomcat6 restart