Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 85187 invoked from network); 12 Apr 2006 17:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 17:29:49 -0000 Received: (qmail 74465 invoked by uid 500); 12 Apr 2006 17:29:47 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 74439 invoked by uid 500); 12 Apr 2006 17:29:47 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 74428 invoked by uid 99); 12 Apr 2006 17:29:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Apr 2006 10:29:47 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Apr 2006 10:29:46 -0700 Received: (qmail 84889 invoked by uid 65534); 12 Apr 2006 17:29:25 -0000 Message-ID: <20060412172925.84887.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r393540 - /db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita Date: Wed, 12 Apr 2006 17:29:24 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jta Date: Wed Apr 12 10:29:22 2006 New Revision: 393540 URL: http://svn.apache.org/viewcvs?rev=393540&view=rev Log: DERBY-1207 Halley Pacheco de Oliveira's patch improves the wording in the Derby Server and Administration Guide's "Network Server security" section that describes how to start the network server with the -h 0.0.0.0 option. Modified: db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita Modified: db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita?rev=393540&r1=393539&r2=393540&view=diff ============================================================================== --- db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita (original) +++ db/derby/docs/trunk/src/adminguide/cadminnetservsecurity.dita Wed Apr 12 10:29:22 2006 @@ -40,13 +40,11 @@

To start the Network Server so that it will listen on all interfaces, start with an IP address of 0.0.0.0, shown in the following example: java org.apache.derby.drda.NetworkServerControl start -h 0.0.0.0

-

A server that is started with the 0.0.0.0 option +

A server that is started with the -h 0.0.0.0 option will listen to client requests that originate from both localhost and from other machines on the network.

-

In addition, administrative commands (for example, org.apache.derby.drda.NetworkServerControl +

However, administrative commands (for example, org.apache.derby.drda.NetworkServerControl shutdown) can run only on the host where the server was started, even if the server was started with the -h option.

-

-