[jboss-cvs] JBossAS SVN: r95364 - projects/docs/enterprise/5.0/Getting_Started_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 22 01:34:12 EDT 2009


Author: laubai
Date: 2009-10-22 01:34:12 -0400 (Thu, 22 Oct 2009)
New Revision: 95364

Modified:
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/JNDIView_Service.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Revision_History.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml
   projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml
Log:
Added changes for brew build.

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Book_Info.xml	2009-10-22 05:31:05 UTC (rev 95363)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Book_Info.xml	2009-10-22 05:34:12 UTC (rev 95364)
@@ -6,7 +6,7 @@
 	<title>Getting Started Guide</title>
 	<subtitle>for Use with JBoss Enterprise Application Platform 5.0</subtitle>
 	<edition>1.0</edition>
-	<pubsnumber>1</pubsnumber>
+	<pubsnumber>29</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>5.0</productnumber>
 	<!--<pubdate>, 2009</pubdate> -->

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/JNDIView_Service.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/JNDIView_Service.xml	2009-10-22 05:31:05 UTC (rev 95363)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/JNDIView_Service.xml	2009-10-22 05:34:12 UTC (rev 95364)
@@ -27,7 +27,8 @@
 +- jaas (class: javax.naming.Context)
 |   +- HsqlDbRealm (class: org.jboss.security.plugins.SecurityDomainContext)
 +- ClusteredXAConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
-+- TransactionSynchronizationRegistry (class: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple)
++- TransactionSynchronizationRegistry (class: 
+   com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple)
 +- SecurityProxyFactory (class: org.jboss.security.SubjectSecurityProxyFactory)
 +- ConnectionFactory (class: org.jboss.jms.client.JBossConnectionFactory)
 +- DefaultJMSProvider (class: org.jboss.jms.jndi.JNDIProviderAdapter)

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Revision_History.xml	2009-10-22 05:31:05 UTC (rev 95363)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Revision_History.xml	2009-10-22 05:34:12 UTC (rev 95364)
@@ -8,15 +8,15 @@
 		<revhistory>
 			<revision>
 				<revnumber>1.0</revnumber>
-				<date></date>
+				<date>Wed Oct 21 2009</date>
 				<author>
-					<firstname></firstname>
-					<surname></surname>
-					<email></email>
+					<firstname>Laura</firstname>
+					<surname>Bailey</surname>
+					<email>lbailey at redhat.com</email>
 				</author>
 				<revdescription>
 					<simplelist>
-						<member></member>
+						<member>Initial draft.</member>
 					</simplelist>
 				</revdescription>
 			</revision>

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml	2009-10-22 05:31:05 UTC (rev 95363)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/Server_Configurations.xml	2009-10-22 05:34:12 UTC (rev 95364)
@@ -148,7 +148,7 @@
 			<title><filename>JBOSS_DIST/jboss-as</filename> directory structure</title>
 			<tgroup cols="3">
 				<colspec colname="c1" colnum="1" colwidth="1*"/>
-				<colspec colname="c2" colnum="2" colwidth="4*"/>
+				<colspec colname="c2" colnum="2" colwidth="3*"/>
 				<thead>
 					<row>
 						<entry>

Modified: projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml
===================================================================
--- projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml	2009-10-22 05:31:05 UTC (rev 95363)
+++ projects/docs/enterprise/5.0/Getting_Started_Guide/en-US/The_JBoss_Server_A_Quick_Tour.xml	2009-10-22 05:34:12 UTC (rev 95364)
@@ -128,7 +128,8 @@
 				JBoss server by default looks for deployments under the <filename>JBOSS_DIST/jboss-as/server/&lt;instance-name&gt;/deploy</filename> folder. However you can configure the server to even include your custom folder for scanning deployments. This can be done by configuring the <classname>BootstrapProfileFactory</classname> MC bean in <filename>JBOSS_DIST/jboss-as/server/&lt;instance-name&gt;/conf/bootstrap/profile.xml</filename> file. The <property>applicationURIs</property> property of the <classname>BootstrapProfileFactory</classname> accepts a list of URLs which will be scanned for applications. You can add your custom deploy folder to this list. For example, if you want <filename>/home/me/myapps</filename> to be scanned for deployments, then you can add the following:
 			</para>
 <programlisting>
-&lt;bean name="BootstrapProfileFactory" class="org.jboss.system.server.profileservice.repository.StaticProfileFactory"&gt;
+&lt;bean name="BootstrapProfileFactory" class="org.jboss.system.server.profileservice.repository.
+StaticProfileFactory"&gt;
 	...
 	&lt;property name="applicationURIs"&gt;
 		&lt;list elementClass="java.net.URI"&gt;




More information about the jboss-cvs-commits mailing list