Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create API exposing Rest endpoints? #1861

Open
tsandio opened this issue Nov 17, 2021 · 0 comments
Open

How to create API exposing Rest endpoints? #1861

tsandio opened this issue Nov 17, 2021 · 0 comments

Comments

@tsandio
Copy link

tsandio commented Nov 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant