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 2016/03/23 01:01:11 UTC

svn commit: r1736262 - /db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml

Author: bpendleton
Date: Wed Mar 23 00:01:11 2016
New Revision: 1736262

URL: http://svn.apache.org/viewvc?rev=1736262&view=rev
Log:
DERBY-1032: Create new scripts which follow common practice at Apache.

This patch was contributed by Danoja Dias (danojadias at gmail dot com)

This patch adjusts papers/DerbyTut/ns_intro.html to correct the spelling
of the Unix tools for running the Network Server; those tools no longer
have a .ksh extension.

Modified:
    db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml

Modified: db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml?rev=1736262&r1=1736261&r2=1736262&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/papers/DerbyTut/ns_intro.xml Wed Mar 23 00:01:11 2016
@@ -101,7 +101,7 @@ $ export CLASSPATH=$DERBY_INSTALL/lib/de
    <code>DERBY_INSTALL/bin</code> directory,
     then execute
    <code>setNetworkServerCP.bat</code> (Windows) or
-     <code>setNetworkServerCP.ksh</code> (UNIX), as shown below:
+     <code>setNetworkServerCP</code> (UNIX), as shown below:
    </p>
 
 <p class="code-block">Windows:
@@ -111,7 +111,7 @@ C:\Apache\db-derby-10.4.1.3-bin\bin&gt;
 
 <p class="code-block">UNIX:
 $ cd $DERBY_INSTALL/bin
-$ . setNetworkServerCP.ksh
+$ . setNetworkServerCP
 </p>
 
 </section>
@@ -121,7 +121,7 @@ $ . setNetworkServerCP.ksh
 <p>
 Start the Network server by executing the
 <code>startNetworkServer.bat</code> (Windows) or
-<code>startNetworkServer.ksh</code> (UNIX) script.
+<code>startNetworkServer</code> (UNIX) script.
 This will start the Network Server up on port 1527 and echo a startup
 message:
 </p>
@@ -133,7 +133,7 @@ Apache Derby Network Server - 10.4.1.3 -
 	accept connections on port 1527 at 2008-04-28 17:13:13.921 GMT
 </p>
 <p class="code-block">UNIX:
-$ startNetworkServer.ksh
+$ startNetworkServer
 Security manager installed using the Basic server security policy.
 Apache Derby Network Server - 10.4.1.3 - (648739) started and ready to 
 	accept connections on port 1527 at 2008-04-30 09:35:55.871 GMT 
@@ -215,7 +215,7 @@ $ export CLASSPATH=$DERBY_INSTALL/lib/de
    <code>DERBY_INSTALL/bin</code> directory,
     then execute
     the <code>setNetworkClientCP.bat</code> (Windows) or
-     <code>setNetworkClientCP.ksh</code> (UNIX) script as shown below:
+     <code>setNetworkClientCP</code> (UNIX) script as shown below:
     </p>
 
 <p class="code-block">Windows:
@@ -223,7 +223,7 @@ C:\Apache\db-derby-10.4.1.3-bin\bin&gt;
 </p>
 
 <p class="code-block">UNIX:
-$ . setNetworkClientCP.ksh
+$ . setNetworkClientCP
 </p>
    </section>
 
@@ -410,7 +410,7 @@ SimpleApp finished</p>
 <p>
 Stop the Network server by executing the
 <code>stopNetworkServer.bat</code> (Windows) or
-<code>stopNetworkServer.ksh</code> (UNIX) script, as shown below:
+<code>stopNetworkServer</code> (UNIX) script, as shown below:
 </p>
 
 <p class="code-block">Windows:
@@ -420,8 +420,8 @@ C:\Apache\db-derby-10.4.1.3-bin\bin&gt;
 </p>
 <p class="code-block">UNIX:
 $ cd $DERBY_INSTALL/bin
-$ . setNetworkServerCP.ksh
-$ stopNetworkServer.ksh
+$ . setNetworkServerCP
+$ stopNetworkServer
 </p>
 <p>The window running the NetworkServer should output a
 message confirming the shutdown.