If you can't find the product or version you're looking for, visit support.ataccama.com/downloads
Derby Server Component
Derby Server Component starts the bundled Derby database.
Sample Derby Server Component configuration
<component class="com.ataccama.server.component.derby.DerbyServerComponent">
<port>1527</port>
<dataDir>../../../derby</dataDir>
</component>
The component has the following configurable nodes:
-
port - The port where the database is running.
-
dataDir - Path to the directory where the database stores its data. The path is relative to the location of the server configuration file.
Was this page useful?