Hi guys,

i'm trying to get the studio plugin working in an embedded scenario for 
hours now... my configuration is:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<orient-server>
<network>
<protocols>
<protocol name="binary"
implementation="com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary"
 
/>
<protocol name="http"
implementation="com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpDb"
 
/>
</protocols>
<listeners>
<listener ip-address="0.0.0.0" port-range="2424-2430"
protocol="binary" />
<listener ip-address="0.0.0.0" port-range="2480-2490"
protocol="http">
<parameters>
<!-- Connection's custom parameters. If not specified the global 
configuration 
will be taken -->
<parameter name="network.http.charset" value="utf-8" />
<!-- Define additional HTTP headers to always send as response -->
<!-- Allow cross-site scripting -->
<!-- parameter name="network.http.additionalResponseHeaders" 
value="Access-Control-Allow-Origin: 
*;Access-Control-Allow-Credentials: true" / -->
</parameters>
<commands>
<command
pattern="GET|www GET|studio/ GET| GET|*.htm GET|*.html GET|*.xml GET|*.jpeg 
GET|*.jpg GET|*.png GET|*.gif GET|*.js GET|*.css GET|*.swf GET|*.ico 
GET|*.txt GET|*.otf GET|*.pjs GET|*.svg"
implementation="com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetStaticContent">
<parameters>
<!-- Don't cache html resources in development mode -->
<entry name="http.cache:*.htm *.html"
value="Cache-Control: no-cache, no-store, max-age=0, 
must-revalidate\r\nPragma: no-cache" />
<!-- Default caching -->
<entry name="http.cache:default" value="Cache-Control: max-age=120" />
</parameters>
</command>
<command pattern="GET|gephi/*"
implementation="com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi"
 
/>
</commands>
</listener>
</listeners>
</network>
<users>
<user name="root" password="ThisIsA_TEST" resources="*" />
<user name="admin" password="admin" resources="*" />
</users>
<properties>
<entry name="orientdb.www.path"
value="C:/Users/klinger/Desktop/orientdb-community-1.7/www" />

<entry name="server.cache.staticResources" value="false" />
<entry name="log.console.level" value="fine" />
<entry name="log.file.level" value="fine" />
<!-- The following is required to eliminate an error or warning "Error 
on resolving property: ORIENTDB_HOME" -->
<entry name="plugin.dynamic" value="false" />
</properties>
</orient-server>

other web ressources like gephi are working fine, redirect to studio if i 
make a call to localhost:2480 also works. i get no errors in console or log 
file.

any ideas?

-- 

--- 
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/d/optout.

Reply via email to