Hi Luigi, thanks for response, actually what I want is some replacement for a sqlite DB, so letting outside connection and starting plugins are actually not my intention at all. In this case the plocal:/ version seems totally fine for me then.
regards, Mohammad On Tue, 16 Jun 2015 at 07:43 Luigi Dell'Aquila <[email protected]> wrote: > Hi Mohammad, > > using a DB in embedded mode is slightly different than starting an > embedded server. > When you connect with plocal:/ url you just open a single DB from your > local VM, but you do not actually start a server, eg. you do not open > server ports (binary and HTTP, so other clients will not be able to connect > to the db remotely) and you do not start plugins, like Studio. > If you want to have a full server running in your application then you > have to follow that guide ;-) > > Thanks > > Luigi > > > 2015-06-15 14:41 GMT+02:00 Mohammad Naghavi <[email protected]>: > >> is this guide up to date? can't somebody just use the factory ( >> http://orientdb.com/docs/last/Graph-Factory.html) and set a plocal:/ >> url? I'm a bit confused and would appreciate if somebody clarifies this a >> bit. >> >> >> On Tuesday, 26 April 2011 17:25:14 UTC+2, Lvc@ wrote: >>> >>> Hi all, >>> below the link to a short guide to embed a OrientDB server inside your >>> applications: http://code.google.com/p/orient/wiki/EmbeddedServer. >>> >>> Lvc@ >>> >>> -- >> >> --- >> 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. >> > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/eQ7bfVtvDwM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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.
