public class MEServer
extends java.lang.Object
implements java.lang.Runnable
If there is already a server active on the specified port, then an MEServer will not be started.
The MEServer can be run as an application, as follows:
java com.ibm.as400.micro.MEServer [ options ]
Options:
-pcml
pcml doc1 [;pcml doc2;...]The PCML document will be loaded from the classpath. The classpath will first be searched for a serialized document. If a serialized document is not found, the classpath will be searched for a PCML source file.
Using this option allows the MEServer to load, parse, and cache the ProgramCallDocument before
it is used. When a ToolboxME ProgramCall request is made, the MEServer can than
use the cached ProgramCallDocument to call the program.
If this option is not specified, the PCML will be loaded when the ToolboxME ProgramCall
request is made. The PCML will be loaded during runtime and will decrease performance.
This option may be abbreviated
-pc
.
-port
port-po
.
-verbose
[true|false]-v
.
-help
-h
or -?
. The default is not to print usage
information.
Example usage:
Start the MEServer from the command line as follows:
java com.ibm.as400.micro.MEServer