 112 | , the configuration file is loaded from $objectdb/objectdb.conf where $objectdb represents the ObjectDB home ... file is loaded from $objectdb/objectdb.conf. You can specify an alternative path by setting the "objectdb.conf" system property:
System.setProperty("objectdb.conf", "/my/objectdb.conf |
 29 | .
Usage: java com.objectdb.Server [options] start | stop | restart
options include:
- conf conf my_objectdb.conf start
The TPC/IP port on which the server listens for new ... . Therefore, you may need a new command window for the stop and restart commands. The –conf and –port options |
 22 | Is it expected that all objectdb.conf entries are optional and when they are not provided defaults ... .get(currentDirectory, "objectdb.conf");
if(Files.exists(objectDbConFile)) System.out.println ...
System.setProperty("objectdb.conf", objectDbConFile.toString());
Properties properties |
 22 | . conf (as long as is not required for > 10 entity classes). Q: In the case where omitting the objectdb.conf does not impact on a problem being reported and diagnosed, is it acceptable to completely omit the objectdb.conf when providing (links to) mini test projects here on this forum |
 20 | Hello, Is it possible to get detailed information on objectdb.conf client vs server? We do have an objectdb.conf for our client and one for our server instance. Now there're several questions ... ? Yes, this is confusing. The objectdb.conf file has 7 main elements. |
 19 | git version 1.8.4.1 (Mac OS X) For some reason my Git seems to be "ignoring" (although not in .gitignore) the web/WEB-INF/objectdb.conf in a web app. I can't find anything about the .conf suffix being ignored. Has anybody noticed this and/or found a solution ? webel |
 19 | These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". I tried to configure my objectdb.conf ... /to the disk, but in a 256 KB sized IO packets. Is the objectdb.conf file (attached to forum thread |
 19 | Hi, is it possible configure ObjectDB so it searches the objectdb.conf file as a class loader resource? Regards, Vladimir If a configuration file is not found at the expected path, then it is loaded as a resource from:
META-INF/objectdb.conf Default configuration is included in objectdb.jar as |
 19 | Hello, When I add an activation code to my objectdb.conf file, I get the following exception:
[ObjectDB 2.7.5_05] Unexpected exception (Error 990)
Generated by OpenJDK 64-Bit Server VM 1.8.0_181 (on Linux 3.10.0-693.el7.x86_64).
Please report this error on http://www.objectdb.com/database |
 19 | ",config.getInitParameter("OBJECT_DB_HOME")); // sets $objectdb
System.setProperty("objectdb.conf |