[jboss-svn-commits] JBoss Common SVN: r4518 - arquillian/trunk/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jun 12 22:20:14 EDT 2010


Author: dan.j.allen
Date: 2010-06-12 22:20:14 -0400 (Sat, 12 Jun 2010)
New Revision: 4518

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/container_glassfish-embedded-30.xml
Log:
update docs for embedded glassfish container configuration


Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/container_glassfish-embedded-30.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/container_glassfish-embedded-30.xml	2010-06-13 02:13:27 UTC (rev 4517)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/container_glassfish-embedded-30.xml	2010-06-13 02:20:14 UTC (rev 4518)
@@ -86,10 +86,10 @@
 				</thead>
 				<tbody>
 					<row>
-						<entry>bindPort</entry>
+						<entry>bindHttpPort</entry>
 						<entry>int</entry>
 						<entry>8181</entry>
-						<entry>The port the server should bind to.</entry>
+						<entry>The HTTP port the server should bind to.</entry>
 					</row>
 					<row>
 						<entry>instanceRoot</entry>
@@ -98,6 +98,18 @@
 						<entry>The instanceRoot to use for booting the server. If it does not exist, a default structure will be created.</entry>
 					</row>
 					<row>
+						<entry>domainXml</entry>
+						<entry>String</entry>
+						<entry></entry>
+						<entry>The relative or absolute path to the domain.xml file that will be used to configure the instance. If absent, the default domain.xml configuration will be used.</entry>
+					</row>
+					<row>
+						<entry>sunResourcesXml</entry>
+						<entry>String</entry>
+						<entry></entry>
+						<entry>The relative or absolute path to the sun-resources.xml file that will be used to add resources to the instance using the add-resources asadmin command.</entry>
+					</row>
+					<row>
 						<entry>autoDelete</entry>
 						<entry>boolean</entry>
 						<entry>true</entry>
@@ -125,4 +137,4 @@
 	</dependencies>
 </profile>]]></programlisting>
 
-</section>
\ No newline at end of file
+</section>



More information about the jboss-svn-commits mailing list