ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
269

Chapter 6 - Configuration

The ObjectDB configuration file contains one <objectdb> root element with seven subelements ... > </objectdb> Each one of these seven configuration elements is explained in a separate section: This page explains how ObjectDB configuration works in general. The Configuration Path By default
257

Server Configuration

The <server> configuration element specifies settings for running an ObjectDB Server. The server is affected also by other elements in the configuration file, particularly the <users> and the <ssl> configuration elements. The default configuration file contains the following <server> element
255

SSL Configuration

The <ssl> configuration element specifies Secure Sockets Layer (SSL) settings for secure communication in client-server mode, for both the client side and the server side. The default configuration ... on the server machine. Setting the Configuration <ssl enabled="true"> <server-keystore path
166

Programatic configuration or configuration file loaded from classpath or file

Hi! I found information about the configuration of ObjectDB: https://www.objectdb.com/java/jpa/setting. However, I have a dynamic environment and don't want to place the configuration file in ... /setting/entities#The_cache_element a) Is it possible to configure this programmatically? b
37

Schema Update

The <schema> configuration element supports renaming packages, classes and fields in ObjectDB ... refactoring. Only these schema changes are specified in the configuration file. As explained in ... with persistable classes that have been renamed or moved in the IDE, with no matching schema configuration
35

Database Management Settings

The <database> configuration element specifies back end (database engine) settings that are relevant on the server side and in embedded mode. The default configuration file contains the following ... can be specified in the same configuration. This way the same configuration file (with multiple
33

General Settings and Logging

The <general> configuration element specifies ObjectDB settings that are relevant to both the server side and the client side. The default configuration file contains the following <general> element ... configuration above, represents the entire ObjectDB system. Additional <logger> elements
31

Entity Management Settings

The <entities> configuration element specifies front end settings that are relevant on the client side and in embedded mode. The default configuration file contains the following <entities> element: <entities> <enhancement agent="true" reflection="warning" /> <cache ref="weak" level2="0mb
31

Server User List

The <users> configuration element lists the users that are allowed to access the ObjectDB Server and specifies their specific settings (username, password, permissions, quota). The default configuration file contains the following <users> element: <users> <user username="admin" password="admin
4

[ODB1] Chapter 8 - ObjectDB Server

. More details on server configuration and operation are provided later in this chapter. The Server as a Java ... <path> : specify a configuration file explicitly -port <port> : override configuration TCP port ... Running the ObjectDB server requires the specification of an ObjectDB server configuration file

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support