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 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.
