adds a new protocol finder
create-protocol-finder [--help] --protocol protocol-name --targetprotocol target-protocol-name --classname class-name [--target server] protocol-finder-name
The create-protocol-finder subcommand creates a protocol finder for a protocol. This subcommand is supported in remote mode only.
--help-?Displays the help text for the subcommand.
--protocolThe name of the associated protocol.
--targetprotocolThe name of the target protocol.
--classnameThe fully qualified name of the Java class that implements the protocol finder.
--targetCreates the protocol finder only on the specified target. Valid values are as follows:
serverCreates the protocol finder on the default server instance. This is the default value.
Creates the protocol finder in the specified configuration.
Creates the protocol finder on all server instances in the specified cluster.
Creates the protocol finder on the specified standalone server instance.
The name of the protocol finder.
command executed successfully
error in executing the command