Smart Plug-in for WebLogic Server User's Guide
2-12
Chapter 2: Installing & Configuring the WebLogic Server SPI
How to Install & Configure WLS-SPI
Syntax Structure
Lines preceded by # are treated as comments and are ignored.
variable=<value>
vaiable=<value>
GROUP <group_name>
{
node_name
node_name
...
}
NODE <node_name | group_name>
{
var=value
var=value
...
}
Var iab le (variable=<value>) definitions outside NODE blocks apply to all
nodes but are overriden by variable definitions inside a NODE block, which apply
only to the specified node_name or node group_name.
Entries for GROUP | NODE Blocks
Group blocks (sections identified as GROUP <group_name>)areusedtogroup
nodes together that have common variables. The method works in this way:
" To define a GROUP, follow GROUP with a group_name to identify the
group of nodes with common variables, and then list the nodes in the
group.
In a node block below you will repeat the group_name (following
NODE) to define
the variables of the group as described below.
Node blocks (sections identified as
NODE <group_name>|<node_name>)work
either in conjunction with group blocks (as described above) to define variables
for a group, or stand-alone to define variables for a single node. Node blocks,
then,workinthisway:
" To define group variables in the node block, follow NODE with the
<group_name>, and between the curly brackets list the variables
common to the group.
" To define individual node variables in the node block, follow NODE with
a node_name, and within the curly brackets that follow list the variable