ObjectDB ObjectDB

Internal Website Search

1-10 of 98 resultsRefresh
193

run several embedded systems on one server, problem with double used port

but there are endless logs generated reporting about a double used port. Ist there a possibility to configure that port for each embedded system hgzwicker Hans-Georg Zwicker Are you using embedded-server mode? In that case you should be able to specify a port to be used when you open a database in the url/path
181

Safe to monitor listening port by connect/disconnect?

I wish to monitor our instances of ObjectDB using an automated tool that simply connects and then disconnects from the ObjectDB listening port once per second (frequency is configurable). Will this cause any issue with the normal operation of ObjectDB? CAPdev CAP Dev It should be fine. support Support
41

Database Server

>  :  specify a configuration file explicitly -port <port>  :  override configuration's server port ... .Server -conf my_objectdb.conf start The TPC/IP port on which the server listens for new ... option: > java com.objectdb.Server -port 8888 start You can also use standard JVM arguments
36

Server Configuration

: <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files ... > The <connection> element <connection port="6136" max="0" /> The <connection> element specifies how clients can connect to the server: The port attribute specifies a TPC port on which the server
25

Database Replication and Clustering

the configuration: <server>     <connection port="6001" max="100" />     <data path="$objectdb/db ... =b"); The above URL specifies the location of the slave server on port 6001 as well as the location of the master server on port 6000. Notice that the specified user and password attributes
6

[ODB1] Chapter 8 - ObjectDB Server

<path> : specify a configuration file explicitly -port <port> : override configuration TCP port ... when you extract a newer version of the ObjectDB server. The TPC port on which the server is listening for new ... this setting using the –port command line option to specify another port, as shown below: > java
2

JPA Web App Tutorial - Maven Project

The current directory should be guestbook-web (containing the pom.xml file) and port 8080 has to be available
2

Spring MVC JPA Tutorial - Maven Project

should be guestbook-spring (containing the pom.xml file), and port 8080 has to be available
2

[ODB1] Chapter 5 - JDO Connections

to the specified port (the default is 6136 when not specified). The path indicates the location of the database ... machine) and listening to the default port (6136): Properties properties = new Properties
1

[ODB1] Chapter 9 - ObjectDB Explorer

the Open dialog you have to fill in the host, port, username and password of the remote connection

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