Hi,
I am learning how to us the Oracle NoSQL Database kv-22.3.44. I am able to start the kvlite server like this:
cd kv-22.3.44
java -jar lib/kvstore.jar kvlite -secure-config disable -admin-web-port 5001
When the server is running, I tried to connect REST with http://localhost:5001/V0/nosql, however the port 5001 does not seem to be listening to any client request. What is the proper way to start the server with REST enabled?
Thanks,
Zemian