Index Changes

Difference between version and version     

Back to Jbi Set Component Configuration Task, or Jbi Set Component Configuration Task Info


At line 5 changed 1 line.
<title>jbi-set-componennt-configurations</title>
<title>jbi-set-componennt-configuration</title>
At line 13 changed 1 line.
<h2><a name="ant">Task: jbi-set-component-configurations</a></h2>
<h2><a name="ant">Task: jbi-set-component-configuration</a></h2>
At line 18 changed 1 line.
Tthis task and it modifies the component configuration parameters for a JBI component. The task in this case takes configuration parameters as name/value pairs for setting the configuration parameters JBI component on a particular target (instance or cluster).
This task modifies the component configuration parameters for a JBI component. The task in this case takes configuration parameters as name/value pairs for setting the configuration parameters JBI component on a particular target (instance or cluster).
At line 92 changed 1 line.
This aplication server-specific attribute processes the password from a properties file with the
This application server-specific attribute processes the password from a properties file with the
At line 116 changed 1 line.
Path to the configuration parameters file that contains the list of name/value pair configuration parameters. </td>
Path to the configuration parameter file that contains the list of name/value pair configuration parameters. </td>
At line 126 changed 1 line.
sets the configuration paramters for this component.
Sets the configuration parameters for this component.
At line 151 changed 1 line.
This nested element is a optional child element. This element takes a name/value pair for setting the configuration parameters.
This nested element is an optional child element. This element takes a name/value pair for setting the configuration parameters.
At line 178 changed 1 line.
Value of the configuration parameter to be set.
Value of the configuration parameter to be set. If the operand contains spaces, the operand must be encased within double quotes. Spaces are taken literally.
At line 209 changed 1 line.
<td>When a &lt;instance-name&gt; is specified, the task is executed against the specific instance specified.</td>
<td>When an &lt;instance-name&gt; is specified, the task is executed against the specific instance specified.</td>
At line 214 changed 1 line.
The following code shows how to set the configuration parameters for JBI runtime and JBI Components.
The following code shows how to set the configuration parameters for JBI runtime and JBI components.
At line 219 changed 1 line.
you need to load the JBI task defininitions in the Ant script in the asant environment.
You need to load the JBI task definitions in the Ant script in the asant environment.
At line 223 changed 1 line.
&lt;!-- setting the JBI Component configuration --&gt;
&lt;!-- setting the JBI Component configuration parameters--&gt;
At line 225 changed 1 line.
&lt;jbi-set-component-configurations host="localhost" port="7890" componentName="my-service-engine" target="my-cluster" &gt;
&lt;jbi-set-component-configuration username="admin" password="adminadmin" host="localhost" port="7890" componentName="my-service-engine" target="my-cluster" &gt;
At line 228 changed 1 line.
&lt;/jbi-set-component-configurations&gt;
&lt;/jbi-set-component-configuration&gt;
</br>
At line 230 changed 1 line.
&lt;jbi-set-component-configurations componentName="my-service-engine" params="dir/config-params.properties" /&gt;
&lt;jbi-set-component-configuration username="admin" password="adminadmin" host="localhost" port="7890" componentName="my-service-engine" params="dir/config-params.properties" /&gt;
At line 237 added 4 lines.
<p style="font-size: 7pt; margin-top: 20pt; text-align: center;">
Copyright 2008, Sun Microsystems, Inc.
</p>

JSPWiki v2.4.100
[RSS]
« Home Index Changes Prefs
This page (revision-13) was last changed on 13-Mar-08 11:18 AM, -0700 by 192.18.101.18