Before a server can be used by client applications, it must be registered in the Implementation Repository by running the implementation registration utility, regimpl.
The regimpl utility can be entered at a command prompt. For WebSphere Application Server enterprise services, the regimpl utility takes the following usage syntax forms and parameters:
Syntax
Parameters
The following table describes the command parameters used in the previous syntax forms.
Parameter | Description |
---|---|
-i alias_string | Implementation alias name (maximum of 16 -i names) |
-p svr_string | Server program name (default: null) |
-m {on|off} | Enable multi-threaded server (optional) |
-t prot_string | Protocol name (default: SOMD_TCPIP) |
Examples
regimpl -L
CORB1150I: Retrieving all aliases from the database... ============================================================ Information for implementation definition 1: ID: 1bc727f8-7f95-1dad-e000-079809355cc6 ALIAS: WASDAEMON PROGRAM: PROTOCOLS: TCPIP CONFIG: Server specific name 1 : DAEMON_PID Server specific value 1 : 00000634 ------------------------------------------------------------ ============================================================ Information for implementation definition 2: ID: 13463dad-7fe1-1dad-e000-030409355cc6 ALIAS: indiserver PROGRAM: indiserv.exe PROTOCOLS: TCPIP CONFIG: ------------------------------------------------------------ ============================================================ Information for implementation definition 3: ID: 042f1128-7fed-1dad-e000-07c809355cc6 ALIAS: wasirsvr PROGRAM: wasirsvr.exe PROTOCOLS: TCPIP CONFIG: ------------------------------------------------------------ CORB1148I: Exiting the regimpl utility