MobiLink Synchronization Reference
MobiLink Synchronization Server Options
MobiLink synchronization server
dbmlsrv9 options
Sets the Java virtual machine options and forces the virtual machine to load on startup.
dbmlsrv9 -c "connection-string" -sl java options ...
Sets -
jrepath and other options to pass directly to the Java virtual machine. The options are:
Option | Description |
---|---|
( -hotspot | -server | -classic ) | Override the default choice for the Java VM to use. |
{ -cp | -classpath} location;... | Specify a set of directories or jar files in which to search for classes. |
-Dname=value |
Set a system property. For example,
-Dsynchtype=far -Dextra_rows=yes |
-DMLStartClasses=class, ... | At server startup, load and instantiate user-defined start classes in the order listed. |
-jrepath path | Override the default JRE path, which is the sun\jre131 directory under the Sybase\shared directory. |
-verbose:( class | gc | jni ) | Enable verbose output. |
-X vm-option | Set a VM-specific option as described in the file Xusage.txt, which by default is installed to Sybase\Shared\Sun\jre131\bin\hotspot. |
To display this list of options, use the following command:
dbmlsrv9 -sl java (?)
Writing Synchronization Scripts in Java