All Classes and Interfaces
Classes
Class
Description
Command 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 Command
Command to create
http-redirect element as a child of the
protocol element.Command to create Network Listener
Command to create protocol element within network-config
Sample Usage : create-protocol [--securityenabled true|false] protocol_name
domain.xml element example
invalid 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 example
Command to create virtual server
Delete Protocol command
Delete http listener command
Command to delete <http-redirect> elements within a specific
protocol.Delete Network Listener command
Delete Protocol command
Delete Transport command
Delete virtual server command
A Stats interface to represent the statistical data exposed by an
HTTP Listener.
Provides the monitoring data at the Web container level
Provider interface for JSP related probes.
Provides the monitoring data at the Web container level
List http listeners command
List network listeners command
List protocol filters command
List protocol finders command
List protocols command
List transports command
List virtual server command
Provides the logging facilities.
Provider interface for HTTP request/response related probes.
Provides the monitoring data at the Web container level
Provides the monitoring data at the Web container level
Provider interface for servlet related probes.
Provides the monitoring data at the Web container level
Provider interface for HTTP session related probes.
Provides the monitoring data at the Web container level
Provider interface for web module lifecycle related probe events.
For v3 Prelude, following stats will be available
asc activeSessionsCount,
ast activatedSessionsTotal,
rst rejectedSessionsTotal,
st sessionsTotal
ajlc activeJspsLoadedCount,
mjlc maxJspsLoadedCount,
tjlc totalJspsLoadedCount
aslc activeServletsLoadedCount,
mslc maxServletsLoadedCount,
tslc totalServletsLoadedCount
ash activeSessionsHigh,
est expiredSessionsTotal,
pvst passivatedSessionsTotal,
pst persistedSessionsTotal,