Hi, Embedded server and server which you run by server.sh are exactly the same the difference only that you can access database like it was embedded without remote connection overhead.
So content of server-config.xml or configuration provided inline is defined by your needs, if you do not need remote protocol or http just remove it the same about mail plugin and so on., On Tue, Feb 4, 2014 at 8:12 PM, Tommy <[email protected]> wrote: > Hello, > > I was wondering if there was difference between the embedded configuration > from the Embedded > Server<https://github.com/orientechnologies/orientdb/wiki/Embedded-Server#wiki-use-an-embedded-configuration> > wiki > and orientdb-server-config.xml. In the wiki, the configuration is defined > inline but could also be in a custom "db.config" file. However the > embedded configuration also referenced this property entry: > > <entry name=\"orientdb.config.file\" > value=\"C:/work/dev/orientechnologies/orientdb/releases/1.0rc1-SNAPSHOT/config/orientdb-server-config.xml\"/>" > > > which to me implies the orientdb-server-config.xml file is still needed. > The xml file has a similar structure to the embedded configuration and some > of the same information seems to be in both places (<network>, <users>). > > Is the embedded configuration, and orientdb-server-config.xml different? > If so, what should go into the embedded configuration, and what should go > into orientdb-server-config.xml? > > -- > > --- > 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. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- 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.
