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 ka...@apache.org on 2006/04/04 14:06:03 UTC

svn commit: r391284 - in /db/derby/docs/trunk/src/adminguide: derbyadmin.ditamap tadminconfigipx.dita

Author: kahatlen
Date: Tue Apr  4 05:06:01 2006
New Revision: 391284

URL: http://svn.apache.org/viewcvs?rev=391284&view=rev
Log:
DERBY-283: On IPv6/Ipv4 dual stack windows machines, the network
server needs the following jvm properties to be prefixed while
starting the server

Attached patch adds the information to the Admin Guide in the section
about Starting the Network Server.

Patch contributed by Jeff Levitt <de...@mylevita.com>.

Added:
    db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita   (with props)
Modified:
    db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap

Modified: db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap?rev=391284&r1=391283&r2=391284&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap (original)
+++ db/derby/docs/trunk/src/adminguide/derbyadmin.ditamap Tue Apr  4 05:06:01 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE map PUBLIC "-//IBM//DTD DITA Map//EN"
- "../dtd/map.dtd">
+<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
+ "map.dtd">
 <!-- 
 Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -70,6 +70,8 @@
 <topicref href="tadminconfig814934.dita" navtitle="Starting the Network Server without using the script">
 </topicref>
 <topicref href="tadminconfig814963.dita" navtitle="Starting the Network Server from a Java application">
+</topicref>
+<topicref href="tadminconfigipx.dita" navtitle="Starting the Network Server on IPv6/Ipv4 dual stack Windows machines">
 </topicref>
 </topicref>
 <topicref collection-type="family" href="tadminconfigshuttingdownthenetworkserver.dita"

Added: db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita?rev=391284&view=auto
==============================================================================
--- db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita (added)
+++ db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita Tue Apr  4 05:06:01 2006
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
+ "task.dtd">
+<!-- 
+Copyright 1997, 2006 The Apache Software Foundation or its licensors, as applicable.  
+
+Licensed under the Apache License, Version 2.0 (the "License");  
+you may not use this file except in compliance with the License.  
+You may obtain a copy of the License at      
+
+   http://www.apache.org/licenses/LICENSE-2.0  
+
+Unless required by applicable law or agreed to in writing, software  
+distributed under the License is distributed on an "AS IS" BASIS,  
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
+See the License for the specific language governing permissions and  
+limitations under the License.
+-->
+<task id="tadminconfigipx" xml:lang="en-us">
+<title>Starting the Network Server on IPv6/Ipv4 dual stack Windows machines</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>starting from IPv6/Ipv4 dual
+stack Windows machines</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>The following JVM properties need to be added to the command
+when starting the server on IPv6/Ipv4 dual stack Windows machines:</p><codeblock>-Djava.net.preferIPv4Stack=false
+-Djava.net.preferIPv6Addresses=true</codeblock></context>
+</taskbody>
+</task>

Propchange: db/derby/docs/trunk/src/adminguide/tadminconfigipx.dita
------------------------------------------------------------------------------
    svn:eol-style = native