MEServer class

Use the MEServer class to fulfill requests from your Tier0 client application that uses the ToolboxME for iSeries™ jar file. The MEServer creates IBM® Toolbox for Java™ objects and invokes methods on them on behalf of the client application.

Note: To use ToolboxMe for iSeries classes, you must separately download and set up the ToolboxME for iSeries component. For more information, see Downloading and setting up ToolboxME for iSeries.

Use the following command to start an MEServer:

     java com.ibm.as400.micro.MEServer [options]

where [options] is one or more of the following:

 -pcml pcml_doc1 [;pcml_doc2;...]
Specifies the PCML document to preload and parse. You can abbreviate this option by using -pc.

For important information about using this option, see the MEServer javadoc.

-port port
Specifies the port to use for accepting connections from clients. The default port is 3470. You can abbreviate this option by using -po.
-verbose [true|false]
Specifies whether to print status and connection information to System.out. You can abbreviate this option by using -v.
-help
Prints usage information to System.out. You can abbreviate this option by using -h or -?. The default is not to print usage information.

MEServer will not start if another server is already active on the specified port.