Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save parallaxhub/69404a445699736e0d6ebcb904210e88 to your computer and use it in GitHub Desktop.
Save parallaxhub/69404a445699736e0d6ebcb904210e88 to your computer and use it in GitHub Desktop.
GeoSerrver Installation with Apache Tomcat on Ubuntu 20.04
mv geoserver-2.18.0-war.zip /var/lib/tomcat9/webapps
# navigate to the directory using:
cd /var/lib/tomcat9/webapps
# And unzip the file using:
unzip geoserver-2.18.0-war.zip
# Run the list command
ls
# and confirm the following directories and files exist:
# geoserver
# geoserver-2.18.0-war.zip
# geoserver.war
# license
# NOTICE.md
# README.txt
# ROOT
# target
# While not strictly necessary, you can choose to clean up the files and delete the zip file using
# rm geoserver-2.18.0-war.zip
# Go to the URL http://127.0.0.1:8080/geoserver to load the 'admin' page.
# Default Access Credential--> User: admin, pass: geoserver
@parallaxhub
Copy link
Author

Screenshot from 2022-09-03 13-01-19
Screenshot from 2022-09-03 13-14-38
Screenshot from 2022-09-03 13-15-41
Uploading Screenshot from 2022-09-03 13-33-42.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment