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 ha...@apache.org on 2006/05/27 11:45:49 UTC

svn commit: r409822 - /db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita

Author: halleypo
Date: Sat May 27 02:45:48 2006
New Revision: 409822

URL: http://svn.apache.org/viewvc?rev=409822&view=rev
Log:
DERBY-1300 - Clarifies that Network Server is shutdown when Application Server is shutdown

Modified:
    db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita?rev=409822&r1=409821&r2=409822&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminservlet98430.dita Sat May 27 02:45:48 2006
@@ -20,7 +20,7 @@
 <title>Managing the Derby Network Server remotely by using the servlet interface</title>
 <shortdesc>You can use the servlet interface to manage the Network Server
 remotely. To use the servlet interface, the servlet must be registered with
-a Web server, and derby.system.home must be known to the Web server.</shortdesc>
+an Application Server, and derby.system.home must be known to the Application Server.</shortdesc>
 <conbody>
 <p>A Web application archive (WAR) file, <i>derby.war</i>, for the <ph conref="adminconrefs.dita#prod/productshortname"></ph> 
 Network Server is available in <i>$<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/lib.</i> This
@@ -31,11 +31,15 @@
 Server with a context root of <filepath>derby</filepath>, the URL of the server
 is:</p>
 <codeblock>http://&lt;server>[:port]/derby/derbynet</codeblock>
-<note>A servlet engine is not part of the Network Server. </note>
+<note othertype="Notes" type="other">
+<ul><li>A servlet engine is not part of the Network Server.</li>
+<li>When the Network Server is started by the servlet interface, shutting down
+the Application Server also shuts the Network Server down, since both run in the
+same JVM.</li></ul></note>
 <p>The servlet takes the following optional configuration parameters:</p>
 <dl><dlentry>
 <dt>portNumber</dt>
-<dd>Specifies the port number to be used by the network server.</dd>
+<dd>Specifies the port number to be used by the Network Server.</dd>
 </dlentry><dlentry>
 <dt>startNetworkServerOnInit</dt>
 <dd>Specifies that the Network Server is to be started when the servlet is