<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="security" content="public" /> <meta name="Robots" content="index,follow" /> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> <meta name="DC.Type" content="reference" /> <meta name="DC.Title" content="MEServer class" /> <meta name="abstract" content="" /> <meta name="description" content="" /> <meta name="copyright" content="(C) Copyright IBM Corporation 2006" /> <meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="micromeserver" /> <meta name="DC.Language" content="en-us" /> <!-- All rights reserved. Licensed Materials Property of IBM --> <!-- US Government Users Restricted Rights --> <!-- Use, duplication or disclosure restricted by --> <!-- GSA ADP Schedule Contract with IBM Corp. --> <link rel="stylesheet" type="text/css" href="./ibmdita.css" /> <link rel="stylesheet" type="text/css" href="./ic.css" /> <title>MEServer class</title> </head> <body id="micromeserver"><a name="micromeserver"><!-- --></a> <!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script> <h1 class="topictitle1">MEServer class</h1> <div><p></p> <div class="section"><p>Use the <a href="javadoc/com/ibm/as400/micro/MEServer.html#NAVBAR_TOP">MEServer class</a> to fulfill requests from your <a href="microconcept.htm#microconcept__tier0">Tier0</a> client application that uses the ToolboxME for iSeries™ jar file. The MEServer creates IBM<sup>®</sup> Toolbox for Java™ objects and invokes methods on them on behalf of the client application.</p> <div class="note"><span class="notetitle">Note:</span> To use ToolboxMe for iSeries classes, you must separately download and set up the ToolboxME for iSeries component. For more information, see <a href="microsetup.htm#microsetup">Downloading and setting up ToolboxME for iSeries</a>.</div> <p>Use the following command to start an MEServer:</p> <pre> java com.ibm.as400.micro.MEServer [options]</pre> <p>where [options] is one or more of the following:</p> <dl><dt class="dlterm"> <strong><span class="option">-pcml</span></strong><samp class="codeph"> pcml_doc1 [;pcml_doc2;...]</samp></dt> <dd>Specifies the PCML document to preload and parse. You can abbreviate this option by using <samp class="codeph">-pc</samp>. <p>For important information about using this option, see the <a href="javadoc/com/ibm/as400/micro/MEServer.html#NAVBAR_TOP">MEServer javadoc</a>.</p> </dd> </dl> <dl><dt class="dlterm"><strong><span class="option">-port</span></strong><samp class="codeph"> port</samp></dt> <dd>Specifies the port to use for accepting connections from clients. The default port is 3470. You can abbreviate this option by using <samp class="codeph">-po</samp>.</dd> </dl> <dl><dt class="dlterm"><strong><span class="option">-verbose</span></strong><samp class="codeph"> [true|false]</samp></dt> <dd>Specifies whether to print status and connection information to System.out. You can abbreviate this option by using <samp class="codeph">-v</samp>.</dd> </dl> <dl><dt class="dlterm"><strong><span class="option">-help</span></strong></dt> <dd>Prints usage information to System.out. You can abbreviate this option by using <samp class="codeph">-h</samp> or <samp class="codeph">-?</samp>. The default is not to print usage information. </dd> </dl> <p>MEServer will not start if another server is already active on the specified port.</p> </div> </div> </body> </html>