Package org.glassfish.web.admin.cli
package org.glassfish.web.admin.cli
-
ClassesClassDescriptionCommand to create http element within a protocol element Sample Usage : create-http protocol_name domain.xml element example <http max-connections="250" default-virtual-server="server" server-name=""> <file-cache enabled="false" /> </http>Create Http Listener CommandCommand to create
http-redirectelement as a child of theprotocolelement.Command to create Network ListenerCommand to create protocol element within network-config Sample Usage : create-protocol [--securityenabled true|false] protocol_name domain.xml element exampleinvalid input: '<'file-cache enabled="false" /> Command to create transport element within network-config Sample Usage : create-transport [--acceptorThreads no_of_acceptor_threads] [--bufferSizeBytes buff_size_bytes] [--classname class_name] [--enableSnoop true|false][--selectionKeyHandler true|false] [--displayConfiguration true|false][--maxConnectionsCount count] [--idleKeyTimeoutSeconds idle_key_timeout] [--tcpNoDelay true|false] [--readTimeoutMillis read_timeout][--writeTimeoutMillis write_timeout] [--byteBufferType buff_type] [--selectorPollTimeoutMillis true|false] transport_name domain.xml element exampleCommand to create virtual serverDelete Protocol commandDelete http listener commandCommand to delete <http-redirect> elements within a specificprotocol.Delete Network Listener commandDelete Protocol commandDelete Transport commandDelete virtual server commandList http listeners commandList network listeners commandList protocol filters commandList protocol finders commandList protocols commandList transports commandList virtual server command