Task: jbi-list-runtime-configuration
Task: jbi-list-runtime-configuration
Description
This task lists the component configuration parameters for JBI runtime.
Example Output - Runtime Configurations
============================================================
Runtime Configuration for Target "server"
============================================================
autoDeployEnabled=false
autoInstallEnabled=true
com.sun.jbi=INFO
com.sun.jbi.framework=INFO
defaultLogLevel=INFO
heartBeatInterval=5500
startOnDeploy=true
....
- -----------------------------------------------------------
Parameters
| Attribute |
Description |
Required |
|
host
|
The machine name where the Domain Administration Server (DAS) is running. The default value is localhost.
|
No
|
|
port
|
The HTTP/S port for DAS administration. The default value is 4848.
|
No
|
| secure |
If set to true, uses SSL/TLS to communicate with the DAS.
|
No |
|
username
|
The authorized DAS administrator user name.
|
Yes
|
|
password
|
Password for user authentication.
|
Yes. Not required if passwordfile is set.
|
|
passwordfile
|
This application server-specific attribute processes the password from a properties file with the
property "AS_ADMIN_PASSWORD". If you set the password and passwordfile
attribute, passwordfile takes precedence.
|
No
|
|
failOnError
|
Signal task failure to Ant. The default value is "true".
|
No
|
|
target
|
Specifies where the JBI administration tasks are performed. The default value is 'server'.
|
No
|
Nested Elements
param
This nested element is an optional child element. This element takes a name for listing the static/constant configuration parameter. If you do not include the param element, then all of the JBI runtime configuration parameters are listed.
| Attribute |
Description |
Required |
|
name
|
Name of the configuration parameter.
|
Yes
|
Target Attribute Values
| Target Attribute Value |
Behavior |
| 'server' |
When the target option is not specified, or the literal string 'server' is specified, the task is executed against the embedded DAS server instance. |
| 'domain' |
When the target option is the literal string 'domain', the task is executed against the domain itself, but not to any instances or clusters running on the domain. |
| <cluster-name> |
When a <cluster-name> is specified, the task is executed against all instances in the specified cluster. |
| <instance-name> |
When an <instance-name> is specified, the task is executed against the specific instance specified. |
Examples
<!--
Load JBI task definitions.
Note: This task is not included in the default task definitions in the asant environment.
You need to load the JBI task definitions in the Ant script in the asant environment.
-->
<taskdef resource="com/sun/jbi/ui/ant/antlib.xml" />
<!-- list the JBI runtime configuration for the target "MyInstance" -->
<jbi-list-runtime-configuration username="admin" password="adminadmin" host="localhost" port="7890" target="MyInstance" />
<!-- list a particular parameter of runtime configuration -->
<jbi-list-runtime-configuration username="admin" password="adminadmin" host="localhost" port="7890" target="MyInstance">
<param name=ABCD />
</jbi-list-runtime-configuration >
Copyright 2008, Sun Microsystems, Inc.
Back to
Glassfish9.1Ant or to
GlassfishIntegration9.1
This page (revision-30) was last changed on
17-Mar-08 14:16 PM, -0700
by Jeff Stein.
This page was created on
23-Apr-07 18:41 PM, -0700 by srini_chikkala.
More info...
| Version |
Date |
Author |
Size |
Changes ... |
|
30
|
17-Mar-08 14:16 PM, -0700
|
Jeff Stein |
5840 |
to previous
|
|
29
|
13-Mar-08 11:18 AM, -0700
|
192.18.101.18 |
5845 |
to previous
|
to last
|
|
28
|
13-Mar-08 09:59 AM, -0700
|
192.18.101.18 |
5845 |
to previous
|
to last
|
|
27
|
17-Dec-07 08:43 AM, -0800
|
Jeff Stein |
5767 |
to previous
|
to last
|
|
26
|
17-Dec-07 07:56 AM, -0800
|
Jeff Stein |
5766 |
to previous
|
to last
|
|
25
|
26-Nov-07 16:06 PM, -0800
|
192.18.101.18 |
5767 |
to previous
|
to last
|
|
24
|
26-Nov-07 16:03 PM, -0800
|
192.18.101.18 |
5776 |
to previous
|
to last
|
|
23
|
18-Nov-07 12:57 PM, -0800
|
192.18.101.18 |
5713 |
to previous
|
to last
|
|
22
|
18-Nov-07 12:57 PM, -0800
|
192.18.101.18 |
5993 |
to previous
|
to last
|
|
21
|
18-Nov-07 12:53 PM, -0800
|
192.18.101.18 |
6236 |
to previous
|
to last
|
|
20
|
01-Nov-07 11:19 AM, -0700
|
192.18.101.18 |
24344 |
to previous
|
to last
|