Remote access to ArangoDB through Java Interface
问题 I have developed a Java application that uses ArangoDB as backend database (Used ArangoDB Java-Driver/Interface to access ArangoDB). Everything is good until my ArangoDB and Application resides on same machine. Once i moved ArangoDB to remote machine(Dedicated Server), my application is unable to access it :( I have given my remote machine details(ArangoDB Server) in some properties file and feeding that file location to ArangoConfigure Constructor while creating ArangoDriver Object. But