![]() |
Before an implementation (a server program and class libraries) can be used by client applications, it must be registered in the Implementation Repository by running the implementation registration utility, regimpl.
The regimpl command can be entered at a command prompt. For WebSphere Application Server enterprise services, regimpl takes the following usage syntax, with the parameters described in the following table.
- To enter interactive mode
- regimpl
- To add an implementation
- regimpl -A -i alias_string [-p svr_string] [-m {on|off}] [-t string]
- To update an implementation
- regimpl -A -i alias_string [-p svr_string] [-m {on|off}] [-t prot_string]
- To delete one or more implementations
- regimpl -D -i alias_string [-i ...]
- To list all, or selected, implementations
- regimpl -L [-i alias_string [-i ...]]
- To list all implementation aliases
- regimpl -S
regimpl command parameters used by WebSphere enterprise services
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)