You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2009/12/08 03:26:57 UTC

svn commit: r888226 - in /db/derby/docs/trunk/src/adminguide: cadminconfig86869.dita tadminadv804410.dita

Author: bpendleton
Date: Tue Dec  8 02:26:57 2009
New Revision: 888226

URL: http://svn.apache.org/viewvc?rev=888226&view=rev
Log:
DERBY-4153: Document that Network Server will try to create the trace directory

This patch was contributed by Kim Haase (camilla dot haase at sun dot com)

This follow-on patch corrects two errors in the DITA source:
 - p elements were placed directly inside the step, rather than in stepxmp
 - ul elements were placed in the shortdesc, which does not allow ul


Modified:
    db/derby/docs/trunk/src/adminguide/cadminconfig86869.dita
    db/derby/docs/trunk/src/adminguide/tadminadv804410.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminconfig86869.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminconfig86869.dita?rev=888226&r1=888225&r2=888226&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminconfig86869.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminconfig86869.dita Tue Dec  8 02:26:57 2009
@@ -19,8 +19,10 @@
 -->
 <concept id="cadminconfig86869" xml:lang="en-us">
 <title>Managing the Derby Network Server</title>
-<shortdesc>The <ph conref="../conrefs.dita#prod/productshortname"></ph> Network
-    Server can be run in either of these configurations:
+<prolog></prolog>
+<conbody>
+<p>The <ph conref="../conrefs.dita#prod/productshortname"></ph> Network
+    Server can be run in either of these configurations:</p>
     <ul>
         <li>As <xref format="html" scope="external"
                 href="http://db.apache.org/derby/papers/DerbyTut/ns_intro.html#ns_intro">a stand-alone server</xref>,
@@ -34,9 +36,6 @@
             <ph conref="../conrefs.dita#prod/productshortname"></ph> 
             database engine are loaded by the Java application</li>
     </ul>
-</shortdesc>
-<prolog></prolog>
-<conbody>
 <p>You can use Java Management Extensions (JMX) technology to monitor and manage
 <ph conref="../conrefs.dita#prod/productshortname"></ph> and the Network Server. For information on how
 to do this, visit the wiki page

Modified: db/derby/docs/trunk/src/adminguide/tadminadv804410.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/tadminadv804410.dita?rev=888226&r1=888225&r2=888226&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminadv804410.dita (original)
+++ db/derby/docs/trunk/src/adminguide/tadminadv804410.dita Tue Dec  8 02:26:57 2009
@@ -33,7 +33,7 @@
 Alternatively,
 while the Network Server is running, enter the following command
 to set the trace directory:<codeblock>java org.apache.derby.drda.NetworkServerControl traceDirectory 
-&lt;<i>directory for tracing files</i>&gt; [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;]  </codeblock> </stepxmp>
+&lt;<i>directory for tracing files</i>&gt; [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;]  </codeblock> 
 <p>You need to specify only the directory where the tracing files will
 reside. The names of the tracing files are determined by the system. If you
 do not set a trace directory, the tracing files will be placed in derby.system.home.</p>
@@ -56,7 +56,7 @@
 <p>
     See <xref href="tadminnetservcustom.dita#tadminnetservcustom"></xref> for
     information about customizing the Network Server's security policy.
-</p>
+</p></stepxmp>
 </step>
 </steps>
 </taskbody>