ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
167

Database Server

machines. The main benefits in running an ObjectDB server and using the client-server mode ... and use databases on remote machines over the network. Since client-server mode carries the overhead of TCP/IP communication between the client and the server it is usually slower than embedded mode. In
148

Server Configuration

how clients can connect to the server: The port attribute specifies a TPC port on which the server ... The <server> configuration element specifies settings for running an ObjectDB Server. The server ... > configuration elements. The default configuration file contains the following <server> element
64

Server User List

The <users> configuration element lists the users that are allowed to access the ObjectDB Server ... a username and a password that have to be provided when the user connects to the server. The optional ip attribute, if specified, restricts the user to connect to the server only from the specified IP
49

SSL Configuration

communication in client-server mode, for both the client side and the server side. The default configuration ... ="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore ... ). A Truststore file that functions as a certificate that enables the client to validate the server
38

Server crash - Mismatch client-server protocol prefix

server on which it's running. The only recorded symptom is a client-side error (which fortunately ... and the server, the stack trace indicates an issue in communication between the client ... We've been having a problem where our ObjectDB server goes unresponsive every 2 days or so. I've
35

Online Backup

of the ObjectDB home directory (and in client-server mode a subdirectory of the ObjectDB home directory ... represents a client-server connection then the backup file will be downloaded to the client ... parameter it represents a path relative to the ObjectDB home directory, and in client-server mode
20

[ODB1] Chapter 8 - ObjectDB Server

these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database ... support for embedded mode. In order to use client server mode, you have to install the odbse.jar file on both the client and the server machines. This section explains how to run the server
4

[ODB1] Chapter 1 - About ObjectDB

one of two modes: embedded mode or client server mode. Client-Server Mode In client-server mode, an ObjectDB ... communicate with the database server using TCP/IP. Many client processes (running on the same ... support may be achieved only by multithreading (several threads) in a single process. Client-Server
3

[ODB1] Chapter 5 - JDO Connections

client server mode should be used to access that database. To use embedded mode, an absolute path or a relative path of a local database file has to be specified. To use client server mode, a url in ... file on the server, relative to the server root path (see chapter 8 for more details). Client server
3

[ODB1] Chapter 9 - ObjectDB Explorer

To open a connection to a remote database using client-server mode (supported only by ObjectDB Server Edition) use the "File | Open Remote" menu command (or the equivalent toolbar button). In ... . You also have to specify a path of the database file on the remote server, possibly using the "Browse

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