Oracle GlassFish Server 3.1 Section 1: asadmin Utility Subcommands
create-connector-connection-pool(1)
create-connector-security-map(1)
create-connector-work-security-map(1)
create-jdbc-connection-pool(1)
create-message-security-provider(1)
create-resource-adapter-config(1)
delete-connector-connection-pool(1)
delete-connector-security-map(1)
delete-connector-work-security-map(1)
delete-jdbc-connection-pool(1)
delete-message-security-provider(1)
delete-resource-adapter-config(1)
disable-http-lb-application(1)
disable-secure-admin-internal-user(1)
disable-secure-admin-principal(1)
enable-secure-admin-internal-user(1)
enable-secure-admin-principal(1)
list-connector-connection-pools(1)
list-connector-security-maps(1)
list-connector-work-security-maps(1)
list-message-security-providers(1)
list-resource-adapter-configs(1)
list-secure-admin-internal-users(1)
list-secure-admin-principals(1)
list-supported-cipher-suites(1)
unfreeze-transaction-service(1)
update-admin-server-coordinates(1)
update-admin-server-local-coordinates(1)
update-connector-security-map(1)
update-connector-work-security-map(1)
Oracle GlassFish Server 3.1 Section 1M: Utility Commands
Oracle GlassFish Server 3.1 Section 5ASC: GlassFish Server Concepts
- removes a protocol
delete-protocol [--help] [--target target] protocol-name
The delete-protocol subcommand removes the specified protocol. This subcommand is supported in remote mode only.
Displays the help text for the subcommand.
Deletes the protocol only from the specified target. Valid values are as follows:
Deletes the protocol from the default server instance. This is the default value.
Deletes the protocol from the specified configuration.
Deletes the protocol from all server instances in the specified cluster.
Deletes the protocol from the specified standalone server instance.
The name of the protocol to be deleted.
Example 1 Deleting a Protocol
The following command deletes the protocol named http-1:
asadmin> delete-protocol http-1 Command delete-protocol executed successfully.
command executed successfully
error in executing the command