Hi, I hope I'm not asking questions with readily available answers (I have looked :) ) .
I have taken the orientdb-server-config.xml file and I'm using it for my embedded instance. The server runs but there are some quirks. 1. What does OGraphServerHandler do and why does it not work in embedded mode? I had to remove this handler for the server to start up: <handler class="com.orientechnologies.orient.graph.handler.OGraphServerHandler"> <parameters> <parameter value="true" name="enabled"/> <parameter value="50" name="graph.pool.max"/> </parameters> </handler> 2. What does OServerCommandGetGephi do and why does it not work in embedded mode? I had to remove this from the http listener: <command implementation="com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi" pattern="GET|gephi/*" stateful="false"/> 3. Empty index page (no server error) - what can be happening? I think the config points to the correct path for the static files: <entry name="orientdb.www.path" value="/var/www/java/orientdb/orientdb-community-1.7-SNAPSHOT/www/"/> Request to http://localhost:2481 get redirected to http://localhost:2481/studio/index.html but nothing is return (empty) without any errors. Very best regards, -Stefán Baxter -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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/groups/opt_out.
