Matt
Matt
Hi @thegridman, I would appreciate it immensely if you could please have a look over my configuration, there's obviously something wrong that I'm doing in configuring the REST API... Just...
Hi @thegridman , thank you for the quick response! Unfortunately no, I wasn't able to test it with a sample Java app either. Could you please confirm my understanding that...
I tried grpc as an alternative but that doesn't seem to be available in the version I'm using (as I'm stuck with Java 8). Would you be able to recommend...
Following the documentation at https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.0/develop-remote-clients/building-your-first-coherence-rest-application.html#GUID-E2C5134A-FF8D-44B5-8777-3FE67424FAA6 and using the following: ``` java -cp DEV_ROOT\config;DEV_ROOT;DEV_ROOT\libs\dependencies; COHERENCE_HOME\coherence-rest.jar -Dcoherence.clusterport=8090 -Dcoherence.ttl=0 -Dcoherence.cacheconfig=DEV_ROOT\config\example-server-config.xml com.tangosol.net.DefaultCacheServer ``` and the coherence.jar (standalone install) https://www.oracle.com/middleware/technologies/coherence-archive-downloads.html seems to be missing this...
@aseovic I wasn't able to get the REST api working so I dropped this initiative completely for now...if you happen to have a straightforward guide on how to interact with...
@lsho yes, I've posted a log extract in the first commend of all the acceptors that started and their listening port, so the answer is yes. However, using the examples...