Changes between Version 98 and Version 99 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
01/21/11 02:05:18 (14 years ago)
Author:
Nico Presto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v98 v99  
    3737* [wiki:InstallationGuidelinesPostgreSQL#AddGeometrycolumntogis_location]
    3838== Java ==
    39 [http://docs.geoserver.org/stable/en/user/production/java.html Update]: As of version 2.0, a Java Runtime Environment (JRE) is sufficient to run GeoServer. GeoServer no longer requires a Java Development Kit (JDK).
    40 
    41 Note: OpenJDK does not work optimally with GeoServer
    42 
    43 {{{
     39[http://docs.geoserver.org/stable/en/user/production/java.html Update]: As of version 2.0, a Java Runtime Environment (JRE) is sufficient to run GeoServer. GeoServer no longer requires a Java Development Kit (JDK). Also note, OpenJDK does not work optimally with GeoServer.
     40
    4441#for ubuntu 10.x
     42
     43{{{
    4544vim /etc/apt/sources.list
    4645#uncomment partner repository
    4746sudo apt-get update
    4847sudo apt-get install sun-java6-jre
    49 }}}
    50 
     48
     49sudo emacs /etc/environment
     50JAVA_HOME=/usr/lib/jvm/java-6-sun
     51export JAVA_HOME
     52}}}
     53
     54or
     55
     56#for debian
    5157{{{
    5258vim /etc/apt/sources.list
     
    6167export JAVA_HOME
    6268}}}
     69
    6370or:
    6471 * [http://java.sun.com/javase/downloads/widget/jdk6.jsp Download the JDK] & install it:
     
    7279}}}
    7380
    74 Install the JAI extensions (improves performance for !GeoServer WMS):
     81Install the JAI extensions (improves performance for !GeoServer WMS, the downloads are listed [here https://jai.dev.java.net/binary-builds.html]
     82
    758332-bit:
    7684{{{
     
    99107rm jai_imageio-1_1-lib-linux-amd64-jdk.bin
    100108}}}
     109
     110If you installed JRE (sudo sh on Ubuntu)
     111{{{
     112cd /usr/lib/jvm/java-6-sun/jre
     113wget http://download.java.net/media/jai/builds/release/1_1_3/jai-1_1_3-lib-linux-amd64-jre.bin
     114sh jai-1_1_3-lib-linux-amd64-jre.bin
     115#accept licence and replace [yes]
     116rm jai-1_1_3-lib-linux-amd64-jre.bin
     117}}}
     118
    101119== Apache Tomcat ==
    102120[http://tomcat.apache.org Tomcat] is the recommended way to deploy Java applications