| User's Guide: Small Ada 95 Object Database; Version 0.1.0; Document Revision $Revision: 1.9 $ | ||
|---|---|---|
| Prev | Next | |
A server instance is created by the command create_instance.sh. Mandatory parameters are the instance name and the database path. The data base path is the location where all data base files including the configuration files are hosted.
create_instance.sh [-k|--key=shmkey] [-d|--debug=debug level] [-t|--tracedir=path] [-c|--classes=path] [name] [dbpath]
| --key=shmkey | Specifies the SHM key to be used for client server communication. |
| --debug=level | Specifies the debug level in which the server will be run. If not specified, the debug level 10 will be assumed. |
| --tracedir=path | Specifies the directory where the trace files are written. |
| --classes=path | Specifies the path from where the classes are loaded. As a default the classes are loaded from $OOS_ROOT/class. |