[jboss-cvs] JBossAS SVN: r101697 - projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 2 00:53:28 EST 2010


Author: laubai
Date: 2010-03-02 00:53:27 -0500 (Tue, 02 Mar 2010)
New Revision: 101697

Modified:
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Application_undeployment_and_resource_removal.xml
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Flushing_the_Connection_Pool_for_a_Datasource.xml
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Installation.xml
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Overview.xml
   projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Revision_History.xml
Log:
Added changes for JBPAPP-3826.

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Application_undeployment_and_resource_removal.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Application_undeployment_and_resource_removal.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Application_undeployment_and_resource_removal.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -5,7 +5,7 @@
 <chapter id="Administration_Console_Quick_Start_Guide-Application_undeployment_and_resource_removal">
 	<title>Application undeployment and resource removal</title>
 	<para>
-		Many types of resources including applications can be deleted by navigating to the Resources' Type specific (for example, Enterprise Application (EAR)s) Summary Tab and simply clicking the <emphasis role="bold">DELETE</emphasis> button next to the name of the resource you want to delete. For example, to undeploy an EAR file, choose the <emphasis>Enterprise Application (EAR)s</emphasis> folder from the navigation and then in the main panel find the application you are looking to remove and click the <emphasis role="bold">DELETE</emphasis> button next to it. Once the removal has been confirmed, the Application will be undeployed from the server and will no longer be able to be managed. You will have to deploy it again if it is needed. As noted above, Embedded Applications do not have the delete option available.
+		Many types of resources including applications can be deleted by navigating to the Resource's Type-specific (for example, Enterprise Application (EAR)s) Summary Tab and simply clicking the <emphasis role="bold">DELETE</emphasis> button next to the name of the resource you want to delete. For example, to undeploy an EAR file, choose the <emphasis>Enterprise Application (EAR)s</emphasis> folder from the navigation and then in the main panel find the application you are looking to remove and click the <emphasis role="bold">DELETE</emphasis> button next to it. Once the removal has been confirmed, the Application will be undeployed from the server and will no longer be able to be managed. You will have to deploy it again if it is needed. As noted above, Embedded Applications do not have the delete option available.
 	</para>
 	
 	<mediaobject>

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Book_Info.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Book_Info.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -9,7 +9,7 @@
 	<productnumber>5.0</productnumber>
 	<edition>1</edition>
 	<issuenum>1</issuenum>
-	<pubsnumber>1</pubsnumber>
+	<pubsnumber>1.1</pubsnumber>
 	<abstract>
 		<para>This book is a quick start guide to the administration console of JBoss Enterprise Web Platform 5.0.</para>
 	</abstract>

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Flushing_the_Connection_Pool_for_a_Datasource.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Flushing_the_Connection_Pool_for_a_Datasource.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Flushing_the_Connection_Pool_for_a_Datasource.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -19,7 +19,7 @@
 	</para>
 	
 	<para>
-		Other control operations include stopping the Enterprise Web Platform instance and removing all messages from a JMS Queue.
+		Other control operations include stopping the Enterprise Web Platform instance.
 	</para>
 	
 	<note>

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Installation.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Installation.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Installation.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -10,9 +10,7 @@
 	
 	<para>
 		The Administration Console is distributed as part of the
-		<emphasis>default</emphasis>, <emphasis>all</emphasis>,
-		<emphasis>web</emphasis> and <emphasis>production</emphasis> server
-		configurations.
+		<emphasis>production</emphasis> server configuration.
 	</para>
 	
 	<para>
@@ -38,7 +36,7 @@
 		The above command starts the <emphasis>default</emphasis>
 		configuration. If you prefer to run with an alternate configuration, repeat
 		the above command passing in your configuration using the <code>-c</code> option. Below
-		is the syntax for starting the server with the <emphasis>all</emphasis>
+		is the syntax for starting the server with the <emphasis>production</emphasis>
 		configuration, for example:
 	</para>
 	
@@ -47,7 +45,7 @@
 	</para>
 	
 <programlisting>
-./run.sh -c all
+./run.sh -c production
 </programlisting>
 	
 	<para>
@@ -55,7 +53,7 @@
 	</para>
 	
 <programlisting>
-run.bat -c all
+run.bat -c production
 </programlisting>
 	
 	<para>
@@ -72,10 +70,5 @@
 cd $JBOSS_HOME/server/default/deploy
 cp -pr admin-console.war $JBOSS_HOME/server/test/deploy
 </programlisting>
-	
-	<important>
-		<para>
-			The Administration Console is not supported with the <emphasis>minimal</emphasis> configuration provided with the distribution or any configurations based on the <emphasis>minimal</emphasis> configuration.
-		</para>
-	</important>
+
 </chapter>

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Overview.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Overview.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Overview.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -55,10 +55,6 @@
 				<listitem>
 					<para>Service Binding Manager</para>
 				</listitem>
-				
-<!--				<listitem>
-					<para>JMS Queues and Topics based on JBoss Messaging</para>
-				</listitem>-->
 			</itemizedlist>
 		</listitem>
 	</itemizedlist>

Modified: projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Revision_History.xml	2010-03-02 03:44:47 UTC (rev 101696)
+++ projects/docs/enterprise/EWP_5.0/Administration_Console_Quick_Start_Guide/en-US/Revision_History.xml	2010-03-02 05:53:27 UTC (rev 101697)
@@ -7,8 +7,8 @@
 	<simpara>
 		<revhistory>
 			<revision>
-				<revnumber>1.0</revnumber>
-				<date>Thu Jan 21 2010</date>
+				<revnumber>1.1</revnumber>
+				<date>Tue Mar 02 2010</date>
 				<author>
 					<firstname>Laura</firstname>
 					<surname>Bailey</surname>
@@ -16,7 +16,7 @@
 				</author>
 				<revdescription>
 					<simplelist>
-						<member>Initial EWP draft.</member>
+						<member>JIRA corrections</member>
 					</simplelist>
 				</revdescription>
 			</revision>




More information about the jboss-cvs-commits mailing list