Hi All,
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 still i'm unable to access ArangoDB :(
Small snippet of my code is below:
> protected static ArangoConfigure getConfiguration() {
> //ArangoConfigure configure = new ArangoConfigure();
> ArangoConfigure configure = new
> ArangoConfigure("/Volumes/Official/ZLabs/arangodb.properties");
> return configure;
> }
>
> protected static ArangoDriver getArangoDriver(ArangoConfigure
> configuration) {
> return new ArangoDriver(configuration);
> }
>
Please help me in this regard.
Awaiting your response.
Thanks & Best Regards,
- Mahi
--
You received this message because you are subscribed to the Google Groups
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.