You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was hoping to get geowave running in a docker container exposing the rest endpoints. The CLI is sufficient for my use. I do not need the bulk read/write functionality of the gRPC.
I started with a base image of Centos7 and Java8.
Then installed geowave-2.0.0-apache-restservices.202109262021.noarch.rpm from the Geowave download page.
This errored out stating that I needed tomcat. So I installed geowave-2.0.0-apache-gwtomcat.202109262021.noarch.rpm.
This errored out stating that I needed the tools and core. So I installed geowave-2.0.0-apache-tools.202109262021.noarch.rpm and geowave-2.0.0-core.202109262021.noarch.rpm.
I then exposed port 8080 and started tomcat.
However, my browser redirected me from 8080 to 8080/geoserver with a 404 error.
I do not need geoserver running. All that I was looking for was the rest endpoints. I did not see anything in the documentation on how to get this running. Do you have some suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
I was hoping to get geowave running in a docker container exposing the rest endpoints. The CLI is sufficient for my use. I do not need the bulk read/write functionality of the gRPC.
I started with a base image of Centos7 and Java8.
Then installed geowave-2.0.0-apache-restservices.202109262021.noarch.rpm from the Geowave download page.
This errored out stating that I needed tomcat. So I installed geowave-2.0.0-apache-gwtomcat.202109262021.noarch.rpm.
This errored out stating that I needed the tools and core. So I installed geowave-2.0.0-apache-tools.202109262021.noarch.rpm and geowave-2.0.0-core.202109262021.noarch.rpm.
I then exposed port 8080 and started tomcat.
However, my browser redirected me from 8080 to 8080/geoserver with a 404 error.
I do not need geoserver running. All that I was looking for was the rest endpoints. I did not see anything in the documentation on how to get this running. Do you have some suggestions?
Thanks
The text was updated successfully, but these errors were encountered: