Changes between Version 110 and Version 111 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 02/18/11 10:18:40 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v110 v111 121 121 == Apache Tomcat == 122 122 [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]: 124 124 {{{ 125 125 apt-get install sun-java6-jdk tomcat6 tomcat6-admin libapache2-mod-jk … … 137 137 vim /etc/init.d/tomcat6 138 138 TOMCAT6_SECURITY=no 139 140 vim /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" /> 139 144 140 145 /etc/init.d/tomcat6 restart