Threadpool And Auth-Realm Commands; Transaction And Timer Commands; Jvm Options And Virtual Server Commands - Sun Microsystems GlassFish Enterprise Server 2.1 Administration Manual

Hide thumbs Also See for GlassFish Enterprise Server 2.1:
Table of Contents

Advertisement

JVM Options and Virtual Server Commands

TABLE C–11
Command
create-jvm-option
delete-jvm-option
create-virtual-server
delete-virtual-server

Threadpool and Auth-Realm Commands

The threadpool and auth-realm commands allow you to control these elements. These
commands are supported in remote mode only.
Threadpool and Auth-Realm Commands
TABLE C–12
Command
create-threadpool
delete-threadpool
list-threadpools
create-auth-realm
delete-auth-realm

Transaction and Timer Commands

The transaction and timer commands allow you to control the transaction and timer
subsystems; allowing you to suspend any inflight transactions. These commands are supported
in remote mode only.
Appendix C • The asadmin Utility
Definition
Creates JVM options in the Java configuration or profiler elements of the
domain.xml file. If JVM options are created for a profiler, they are used to
record the settings needed to get a particular profiler going. You must restart
the server for newly created JVM options to take effect.
Removes JVM options from the Java configuration or profiler elements of the
domain.xml file.
Creates the named virtual server. Virtualization in the Application Server
allows multiple URL domains to be served by a single HTTP server process
that is listening on multiple host addresses. If the application is available at
two virtual servers, they still share the same physical resource pools.
Removes the virtual server with the specified virtual server ID.
Definition
Creates a threadpool with the specified name. You can specify maximum and
minimum number of threads in the pool, the number of work queues, and the
idle timeout of a thread. The created thread pool can be used for servicing
IIOP requests and for resource adapters to service work management
requests. A created thread pool can be used in multiple resource adapters.
Removes the threadpool with the named ID.
Lists all the thread pools.
Adds the named authentication realm.
Removes the named authentication realm.
Configuration Commands
245

Advertisement

Table of Contents
loading

Table of Contents