vmassol 2004/01/25 09:39:37
Modified: integration/maven/xdocs properties.xml
Log:
<action dev="VMA" type="fix" fixes-bug="25968" due-to="James Carpenter"
due-to-email="[EMAIL PROTECTED]">
Added support for specifying which JNDI port to use when shutting
down JBoss 3.x in the Cactus Ant integration.
The <code><jboss3x></code> nested element now supports the new
<code>jndiport</code> attribute for specifying the port. If not
specified, it defaults to 1099.
</action>
Revision Changes Path
1.17 +10 -0 jakarta-cactus/integration/maven/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/properties.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- properties.xml 18 Jan 2004 15:02:10 -0000 1.16
+++ properties.xml 25 Jan 2004 17:39:37 -0000 1.17
@@ -262,6 +262,16 @@
</p>
</td>
</tr>
+ <tr>
+ <td>cactus.jboss3x.jndiport</td>
+ <td>Yes</td>
+ <td>
+ <p>
+ Name of the JNDI port on which JBoss is started. This is only
+ used to shutdown JBoss. Defaults to <code>1099</code>.
+ </p>
+ </td>
+ </tr>
</table>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]