public class Server
extends java.lang.Object
java dk.vajhoej.isam.remote.Server <config file>where config file format is:
<sources> <source file="foo.db" impl="dk.vajhoej.db.xxx.NativeIsamImpl" ro="false" port="10001" cache="false"/> <source file="bar.db" impl="dk.vajhoej.db.xxx.NativeIsamImpl" ro="false" port="10002" cache="true"/> </sources>
Constructor and Description |
---|
Server() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Server main.
|
public static void main(java.lang.String[] args) throws IsamException
args
- command line arguments - first and only argument is name of config fileIsamException
- if problem with ISAM source