Author: jaredmorgs
Date: 2012-11-28 15:39:30 -0500 (Wed, 28 Nov 2012)
New Revision: 8973
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/Administration_Guide.xml
epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-5-Administration_and_Monitoring.xml
Log:
Refactored the Admin Guide to match the community guide, which was well organized into
Management and Monitoring chapters
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Administration_Guide.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Administration_Guide.xml 2012-11-28 06:23:17
UTC (rev 8972)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Administration_Guide.xml 2012-11-28 20:39:30
UTC (rev 8973)
@@ -6,10 +6,16 @@
<book status="draft">
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Book_Info.xml"/>
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Preface.xml"/>
- <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-1-Introduction.xml"/>
- <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-2-REST.xml"/>
- <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-3-Command_Line_Interface.xml"/>
- <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-4-Management_Extensions.xml"/>
- <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-5-Administration_and_Monitoring.xml"
encoding="UTF-8"/>
+ <part>
+ <title>Management</title>
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-1-Introduction.xml"/>
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-2-REST.xml"/>
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-3-Command_Line_Interface.xml"/>
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-4-Management_Extensions.xml"/>
+ </part>
+ <part>
+ <title>Administration and Monitoring</title>
+ <xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="chapter-5-Administration_and_Monitoring.xml"
encoding="UTF-8"/>
+ </part>
<xi:include
xmlns:xi="http://www.w3.org/2001/XInclude"
href="Revision_History.xml"/>
</book>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml
===================================================================
--- epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2012-11-28 06:23:17 UTC
(rev 8972)
+++ epp/docs/branches/6.0/Admin_Guide/en-US/Revision_History.xml 2012-11-28 20:39:30 UTC
(rev 8973)
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<revision>
+ <revnumber>6.0.0-4</revnumber>
+ <date>Fri Nov 16 2012</date>
+ <author>
+ <firstname>Jared</firstname>
+ <surname>Morgan</surname>
+ <email/>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Fixed file paths in Command line section as per remarks in this
section.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
+ <revision>
<revnumber>6.0.0-3</revnumber>
<date>Wed Nov 14 2012</date>
<author>
Modified: epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml
===================================================================
---
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2012-11-28
06:23:17 UTC (rev 8972)
+++
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-3-Command_Line_Interface.xml 2012-11-28
20:39:30 UTC (rev 8973)
@@ -19,8 +19,9 @@
<para>
The JBoss Portal Platform distribution includes an archive of the
gatein-management-cli application.
</para>
+ <remark>Changed path according to info in
https://docs.jboss.org/author/display/GTNPORTAL35/GateIn+Management#GateI...
<para>
- To deploy the application, copy the
<filename><replaceable><JBOSS_HOME></replaceable>/gatein-management/gatein-management-cli.war</filename>
to the <filename>deploy</filename> directory of your portal profile
(<filename><replaceable><JBOSS_HOME></replaceable>/server/<replaceable>default</replaceable>/deploy/</filename>,
for example).
+ To deploy the application, copy
<filename>JPP_DIST/gatein-management/gatein-management-cli.war</filename> to
<filename>JPP_DIST/standalone/deployments/</filename>.
</para>
</section>
<section id="sid-8094332_GateInManagement-RunningtheCLI">
@@ -34,9 +35,10 @@
<title>SSH Example</title>
<programlisting>ssh -p 2000 root@localhost</programlisting>
</example>
+ <remark>Added full path for clarity.</remark>
<para>
You can change the default port that SSH listens on by changing the property
crash.ssh.port in the
- <code>WEB-INF/crash/crash.properties</code>
+
<filename>JPP_DIST/standalone/deployments/gatein-management-cli.war/WEB-INF/crash/crash.properties</filename>
file.
</para>
<example>
@@ -49,7 +51,7 @@
</example>
<important>
<title>Important</title>
- <para>Make sure the configured port is open and not blocked by firewall
settings.</para>
+ <para>Ensure the configured port is open, and not blocked by firewall
settings.</para>
</important>
</section>
<section id="sid-8094332_GateInManagement-Commands">
Modified:
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-5-Administration_and_Monitoring.xml
===================================================================
---
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-5-Administration_and_Monitoring.xml 2012-11-28
06:23:17 UTC (rev 8972)
+++
epp/docs/branches/6.0/Admin_Guide/en-US/chapter-5-Administration_and_Monitoring.xml 2012-11-28
20:39:30 UTC (rev 8973)
@@ -4,7 +4,7 @@
%BOOK_ENTITIES;
]>
<chapter id="Administration_and_Monitoring">
- <title><remark>BZ#856436</remark> Administration and
Monitoring</title>
+ <title><remark>BZ#856436</remark>JBoss Operations Network GateIn JON
Plug-in</title>
<para>JBoss Portal Platform provides a JBoss Operations Network plug-in
(<firstterm>GateIn JON Plug-in</firstterm>) to assist with monitoring the
platform.</para>
<para>The plug-in captures application/portlet and site statistics. A different
set of statistics are collected depending on the context of each portlet. <xref
linkend="fig-GateIn_JON_Plug-in_Interface"/> shows the basic JON
interface.</para>
<para>Follow the download and installation instructions in the
<citetitle>Installation Guide</citetitle> to activate Administration and
Monitoring.</para>