Hi Markus, When you embed an OrientDB server you can configure the protocols that are used by clients. This is typically the binary and the http protocol. If you start your server with the respective protocols enabled you can connect to it using the webui or the console. The binary protocol is also used by the Java client that you use to create or connect to a database. The urls that identify the database hosted by an embedded server are not different then the urls for a database hosted by an external server. Ciao Gregor
On Thursday, January 29, 2015 at 12:46:19 PM UTC+1, Markus Menner wrote: > > Hi guys, > > Maybe a silly question, but anyway: > > Wich connection URL do I take to connect to an embedded server (within the > same JVM)? > > I don't want to use a remote connection, but a local one inside my app and > at the same time, I want to be able to connect the console to the DB... > > I understood that this is possible with the embedded server... > > Thanks, > Markus > > > -- --- 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.
