For installing Geoserver 1.7.4 on Ubuntu Jaunty I follow part of the Xiaoyu Blog’s procedure:
Install requirement: JDK 6, Apache TomCat 6.xx
- Download geoserver-1.7.4-war.zip file from sourceforge
- Unzip with ‘sudo unzip geoserver-1.7.4-war.zip’
- Stop the tomcat with ‘sudo /etc/init.d/tomcat stop’
- Move the war file to ../tomcat/webapps directory
- Restart tomcat ‘sudo /etc/init.d/tomcat start’
Geoserver 1.7.4. was automtically deployed and ready to work!Per installare geoserver 1.7.4 su Ubuntu Jaunty ho seguito parte della procedura pubblicata dal Blog Xiaoyu:
Requisito: JDK 6 installata, Apache TomCat 6.xx installato, Applicazione “gestore archivi” installato
- Scaricare il file geoserver-1.7.4-war.zip dal sito sourceforge
- Scompattare con il comando ‘sudo unzip geoserver-1.7.4-war.zip’
- Fermare il tomcat con ‘sudo /etc/init.d/tomcat stop’
- Spostare il file war nella cartella ../tomcat/webapps
- Riavviare il tomcat ‘sudo /etc/init.d/tomcat start’
Se tutto è andata buon fine Geoserver 1.7.4. è stato automaticamente installato ed è pronto all’uso!
Lascia un commento
Devi essere connesso per inviare un commento.