BMC Software, Inc., Confidential and Proprietary Information
Menu Summary C-5
BEAWLS_SERVER Application Menu
Table C-2 lists the BEAWLS_SERVER application class menu
commands.
Table C-2 BEAWLS_SERVER commands (Part 1 of 4)
Menu Command Action
Admin
Boot Server start the WebLogic server
Shutdown Server shut down the WebLogic server
Cancel Shutdown cancel a previously issued shutdown command (within the
specified grace period)
Lock Server lock the WebLogic server
Unlock Server unlock a previously locked WebLogic server
Garbage Collection instruct JVM to begin garbage collection, reclaiming memory
used by discarded JVM objects
Server Configuration
Tuning
configure domain server thread, login timeout, maximum
message size, and message timeout settings
Domain Applications configure the auto-deployment for a target WebLogic server
domain
JTA Configuration configure the Java Transaction API to set transaction
performance limits, such as timing and iteration constraints,
that determine how unsuccessful transactions are handled
JDBC
Create JDBC Pool create a new JDBC connection pool
a connection pool is a collection of database connections
that can be used whenever a client requests a connection,
avoiding the overhead of establishing and releasing
connections at run time
Destroy JDBC Pool remove an existing JDBC connection pool
options are available to disconnect active users with a “hard”
or “soft” disconnect; the soft disconnect waits for
connections to be returned to the pool before closing them,
the hard disconnect immediately closes all connections,
generating exceptions on active users