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 jt...@apache.org on 2005/03/31 02:27:27 UTC

svn commit: r159548 [2/17] - in incubator/derby/docs/trunk/src: adminguide/ devguide/ getstart/ tuning/

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig814963.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig814963.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig814963.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig814963.dita Wed Mar 30 16:26:36 2005
@@ -1,47 +1,47 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig814963" xml:lang="en-us">
-<title>Starting the Network Server from a Java application</title>
-<prolog><metadata>
-<keywords><indexterm>Network Server<indexterm>starting from the API</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>There are two ways to start the Network Server from a Java application.</p> </context>
-<steps>
-<step><cmd>You can include the following line in the <codeph>derby.properties</codeph> file: </cmd>
-<stepxmp><codeblock>derby.drda.startNetworkServer=true</codeblock>This starts
-the server on the default port, 1527, listening on <codeph>localhost</codeph> (all
-interfaces). </stepxmp><stepxmp><p>You can specify a different port or a specific
-interface in the <codeph>derby.properties</codeph> file. For example:</p><codeblock>derby.drda.portNumber=1110
-derby.drda.host=myhost</codeblock></stepxmp><stepxmp>You can also specify
-the <codeph>startNetworkServer</codeph> and <codeph>portNumber</codeph> properties
-by using a Java command: <codeblock>java -Dderby.drda.startNetworkServer=true
--Dderby.drda.portNumber=1110
--Dderby.drda.host=myhost yourApp</codeblock></stepxmp></step>
-<step><cmd>You can use the NetworkServerControl API to start the Network Server
-from a separate thread within a Java application:  </cmd><stepxmp><codeblock>NetworkServerControl server = new NetworkServerControl(null);
-server.start (null);</codeblock></stepxmp><info><note type="remember">The
-NetworkServerControl.start method does not return until the server
-is shut down, so you should run it in its own thread.</note> </info></step>
-</steps>
-</taskbody>
-</task>
-<?Pub *0000002448?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig814963" xml:lang="en-us">
+<title>Starting the Network Server from a Java application</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>starting from the API</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>There are two ways to start the Network Server from a Java application.</p> </context>
+<steps>
+<step><cmd>You can include the following line in the <codeph>derby.properties</codeph> file: </cmd>
+<stepxmp><codeblock>derby.drda.startNetworkServer=true</codeblock>This starts
+the server on the default port, 1527, listening on <codeph>localhost</codeph> (all
+interfaces). </stepxmp><stepxmp><p>You can specify a different port or a specific
+interface in the <codeph>derby.properties</codeph> file. For example:</p><codeblock>derby.drda.portNumber=1110
+derby.drda.host=myhost</codeblock></stepxmp><stepxmp>You can also specify
+the <codeph>startNetworkServer</codeph> and <codeph>portNumber</codeph> properties
+by using a Java command: <codeblock>java -Dderby.drda.startNetworkServer=true
+-Dderby.drda.portNumber=1110
+-Dderby.drda.host=myhost yourApp</codeblock></stepxmp></step>
+<step><cmd>You can use the NetworkServerControl API to start the Network Server
+from a separate thread within a Java application:  </cmd><stepxmp><codeblock>NetworkServerControl server = new NetworkServerControl(null);
+server.start (null);</codeblock></stepxmp><info><note type="remember">The
+NetworkServerControl.start method does not return until the server
+is shut down, so you should run it in its own thread.</note> </info></step>
+</steps>
+</taskbody>
+</task>
+<?Pub *0000002448?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig815333.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig815333.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig815333.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig815333.dita Wed Mar 30 16:26:36 2005
@@ -1,32 +1,32 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig815333" xml:lang="en-us">
-<title>Shutting down by using the command line</title>
-<prolog><metadata>
-<keywords><indexterm>Shutting down Network Server<indexterm>from the command
-line</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>From the command line, shut down the Network Server with the
-following command: </p> <codeblock>java org.apache.derby.drda.NetworkServerControl
-	shutdown [-h <i>&lt;hostname&gt;</i>][-p <i>&lt;portnumber&gt;</i>] </codeblock></context>
-</taskbody>
-</task>
-<?Pub *0000001365?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig815333" xml:lang="en-us">
+<title>Shutting down by using the command line</title>
+<prolog><metadata>
+<keywords><indexterm>Shutting down Network Server<indexterm>from the command
+line</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>From the command line, shut down the Network Server with the
+following command: </p> <codeblock>java org.apache.derby.drda.NetworkServerControl
+	shutdown [-h <i>&lt;hostname&gt;</i>][-p <i>&lt;portnumber&gt;</i>] </codeblock></context>
+</taskbody>
+</task>
+<?Pub *0000001365?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig815357.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig815357.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig815357.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig815357.dita Wed Mar 30 16:26:36 2005
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig815357" xml:lang="en-us">
-<title>Shutting down by using the API</title>
-<prolog><metadata>
-<keywords><indexterm>Shutting down Network Server<indexterm>from the API</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>You can use the NetworkServerControl API to shut down the Network
-Server from within a Java application. To do so, use the following syntax:</p><codeblock><?Pub Caret1?>shutdown();</codeblock> </context>
-<example><p>For example, the following command shuts down the Network Server
-running on the current machine using port 1527.</p><codeblock>NetworkServerControl server = new NetworkServerControl();
-server.shutdown();</codeblock></example>
-</taskbody>
-</task>
-<?Pub *0000001541?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig815357" xml:lang="en-us">
+<title>Shutting down by using the API</title>
+<prolog><metadata>
+<keywords><indexterm>Shutting down Network Server<indexterm>from the API</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>You can use the NetworkServerControl API to shut down the Network
+Server from within a Java application. To do so, use the following syntax:</p><codeblock><?Pub Caret1?>shutdown();</codeblock> </context>
+<example><p>For example, the following command shuts down the Network Server
+running on the current machine using port 1527.</p><codeblock>NetworkServerControl server = new NetworkServerControl();
+server.shutdown();</codeblock></example>
+</taskbody>
+</task>
+<?Pub *0000001541?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig815768.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig815768.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig815768.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig815768.dita Wed Mar 30 16:26:36 2005
@@ -1,28 +1,28 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig815768" xml:lang="en-us">
-<title>Obtaining system information using the command line</title>
-<taskbody>
-<context> <p>To run <b>sysinfo</b> from the command line, use the following
-command while the Network Server is running:</p> <codeblock>java org.apache.derby.drda.NetworkServerControl
-sysinfo [-h &lt;<i>hostname</i>&gt;][-p &lt;<i>portnumber</i>&gt;] </codeblock></context>
-</taskbody>
-</task>
-<?Pub *0000001245?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig815768" xml:lang="en-us">
+<title>Obtaining system information using the command line</title>
+<taskbody>
+<context> <p>To run <b>sysinfo</b> from the command line, use the following
+command while the Network Server is running:</p> <codeblock>java org.apache.derby.drda.NetworkServerControl
+sysinfo [-h &lt;<i>hostname</i>&gt;][-p &lt;<i>portnumber</i>&gt;] </codeblock></context>
+</taskbody>
+</task>
+<?Pub *0000001245?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig815822.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig815822.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig815822.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig815822.dita Wed Mar 30 16:26:36 2005
@@ -1,40 +1,40 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig815822" xml:lang="en-us">
-<title>Obtaining Network Server properties by using the getCurrent Properties
-method</title>
-<taskbody>
-<context> <p>The getCurrentProperties method is an additional Java method
-that you can use to obtain information about the Network Server. It returns
-a Properties object with the value of all the NetServer properties as they
-are currently set.</p><p>The signature of this method is:</p><codeblock>Properties getCurrentProperties();</codeblock></context>
-<example>For example:<codeblock>NetworkServerControl server = new NetworkServerControl();
-Properties p = server.getCurrentProperties();
-p.list(System.out);
-System.out.println(p.getProperty("derby.drda.host"));</codeblock><p>As shown
-in the previous example, you can look up the current properties and then work
-with individual properties if needed using various APIs on the Properties
-class. You can also print out all the properties by using the Properties.list()
-method.</p></example>
-<postreq><p>See <xref href="cadminservlet98430.dita#cadminservlet98430"></xref> for
-information about obtaining system information using the servlet interface.</p></postreq>
-</taskbody>
-</task>
-<?Pub *0000002012?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig815822" xml:lang="en-us">
+<title>Obtaining Network Server properties by using the getCurrent Properties
+method</title>
+<taskbody>
+<context> <p>The getCurrentProperties method is an additional Java method
+that you can use to obtain information about the Network Server. It returns
+a Properties object with the value of all the NetServer properties as they
+are currently set.</p><p>The signature of this method is:</p><codeblock>Properties getCurrentProperties();</codeblock></context>
+<example>For example:<codeblock>NetworkServerControl server = new NetworkServerControl();
+Properties p = server.getCurrentProperties();
+p.list(System.out);
+System.out.println(p.getProperty("derby.drda.host"));</codeblock><p>As shown
+in the previous example, you can look up the current properties and then work
+with individual properties if needed using various APIs on the Properties
+class. You can also print out all the properties by using the Properties.list()
+method.</p></example>
+<postreq><p>See <xref href="cadminservlet98430.dita#cadminservlet98430"></xref> for
+information about obtaining system information using the servlet interface.</p></postreq>
+</taskbody>
+</task>
+<?Pub *0000002012?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfig815853.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfig815853.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfig815853.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfig815853.dita Wed Mar 30 16:26:36 2005
@@ -1,31 +1,31 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfig815853" xml:lang="en-us">
-<title>Obtaining system information using the API</title>
-<taskbody>
-<context> <p>The <b>sysinfo</b> method produces the same information as the <codeph>sysinfo</codeph> command.
-The signature for this method is</p> <codeblock>String getSysinfo();</codeblock> </context>
-<example><p>For example:</p><codeblock>NetworkServerControl serverControl = new NetworkServerControl();
-String myinfo = serverControl.getSysinfo();</codeblock><p>These methods return
-information about the Network Server running on the current machine on port
-1527.</p></example>
-</taskbody>
-</task>
-<?Pub *0000001443?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfig815853" xml:lang="en-us">
+<title>Obtaining system information using the API</title>
+<taskbody>
+<context> <p>The <b>sysinfo</b> method produces the same information as the <codeph>sysinfo</codeph> command.
+The signature for this method is</p> <codeblock>String getSysinfo();</codeblock> </context>
+<example><p>For example:</p><codeblock>NetworkServerControl serverControl = new NetworkServerControl();
+String myinfo = serverControl.getSysinfo();</codeblock><p>These methods return
+information about the Network Server running on the current machine on port
+1527.</p></example>
+</taskbody>
+</task>
+<?Pub *0000001443?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfigalteringthestartnetworkserverscr.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfigalteringthestartnetworkserverscr.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfigalteringthestartnetworkserverscr.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfigalteringthestartnetworkserverscr.dita Wed Mar 30 16:26:36 2005
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfigalteringthestartnetworkserverscr" xml:lang="en-us">
-<title>Altering the startNetworkServer script</title>
-<taskbody>
-<context> <p>You can modify the startNetworkServer script in any of the following
-ways:</p> </context>
-<steps-unordered>
-<step><cmd>Specify a port number other than the default(1527). You can do
-this by adding <codeph>-p &lt;<i>portnumber</i>&gt;</codeph> after the <b>start</b> command,
-like in the following example:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl start -p <i>1368</i></codeblock>where <i>1368</i
-> is the new port number.</stepxmp></step>
-<step><cmd>Specify a specific interface (host name or IP address) to listen
-on other than the default (<codeph>l<?Pub Caret1?>ocalhost</codeph>). You
-can do this by adding <codeph>-h</codeph> to the following command: </cmd>
-<stepxmp><note type="remember">Before using this option, you should run under
-the Java security manager and enable user authentication.</note><codeblock>java org.apache.derby.drda.NetworkServerControl start -h myhost -p <i>1368</i
-></codeblock>where <i>1368</i> is the new port number.</stepxmp><stepresult><p>This
-will enable connections from other hosts. On all interfaces, you can specify
-a host name, IP address or 0.0.0.0 to listen. </p></stepresult></step>
-</steps-unordered>
-</taskbody>
-</task>
-<?Pub *0000002162?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfigalteringthestartnetworkserverscr" xml:lang="en-us">
+<title>Altering the startNetworkServer script</title>
+<taskbody>
+<context> <p>You can modify the startNetworkServer script in any of the following
+ways:</p> </context>
+<steps-unordered>
+<step><cmd>Specify a port number other than the default(1527). You can do
+this by adding <codeph>-p &lt;<i>portnumber</i>&gt;</codeph> after the <b>start</b> command,
+like in the following example:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl start -p <i>1368</i></codeblock>where <i>1368</i
+> is the new port number.</stepxmp></step>
+<step><cmd>Specify a specific interface (host name or IP address) to listen
+on other than the default (<codeph>l<?Pub Caret1?>ocalhost</codeph>). You
+can do this by adding <codeph>-h</codeph> to the following command: </cmd>
+<stepxmp><note type="remember">Before using this option, you should run under
+the Java security manager and enable user authentication.</note><codeblock>java org.apache.derby.drda.NetworkServerControl start -h myhost -p <i>1368</i
+></codeblock>where <i>1368</i> is the new port number.</stepxmp><stepresult><p>This
+will enable connections from other hosts. On all interfaces, you can specify
+a host name, IP address or 0.0.0.0 to listen. </p></stepresult></step>
+</steps-unordered>
+</taskbody>
+</task>
+<?Pub *0000002162?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfigsettingnetwrokserverproperties.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfigsettingnetwrokserverproperties.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfigsettingnetwrokserverproperties.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfigsettingnetwrokserverproperties.dita Wed Mar 30 16:26:36 2005
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfigsettingnetwrokserverproperties" xml:lang="en-us">
-<title>Setting Network Server properties</title>
-<prolog><metadata>
-<keywords><indexterm>Network Server<indexterm>properties</indexterm></indexterm>
-<indexterm>Properties<indexterm>Network Server</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>You can specify Network Server properties in three ways: on the
-command line, in the <codeph>.bat</codeph> or <codeph>.ksh</codeph> files
-(loading the properties by executing <codeph>java -D</codeph>), or in the <codeph>derby.properties </codeph>file. </p><p>Properties
-in the command line or in the <codeph>.bat </codeph>or <codeph>.ksh</codeph> files
-take precedence over the properties in the <codeph>derby.properties</codeph><?Pub Caret1?> file.
-Arguments given to commands on the command line take precedence over property
-values. </p> <p>You can specify the following properties:</p> </context>
-<steps-unordered>
-<step><cmd><xref href="radminconfigstartnetworkserver.dita#radminconfigstartnetworkserver">derby.drda.startNetworkServer</xref></cmd>
-</step>
-<step><cmd><xref href="radminconfigportnumber.dita#radminconfigportnumber">derby.drda.portNumber</xref></cmd>
-</step>
-<step><cmd><xref href="radminconfigdb2jdrdatracedirectory.dita#radminconfigdb2jdrdatracedirectory"></xref></cmd>
-</step>
-<step><cmd><xref href="radminconfig.dita#radminconfig"></xref></cmd></step>
-<step><cmd><xref href="radminconfigdb2jdrdalogconnections.dita#radminconfigdb2jdrdalogconnections"></xref></cmd>
-</step>
-<step><cmd><xref href="radmindrdahost.dita#radmindrdahost">derby.drda.host</xref></cmd>
-</step>
-<step><cmd><xref href="radmindrdaminthreads.dita#radmindrdaminthreads">derby.drda.minThreads </xref></cmd>
-</step>
-<step><cmd><xref href="radmindrdamaxthreads.dita#radmindrdamaxthreads">derby.drda.maxThreads </xref></cmd>
-</step>
-<step><cmd><xref href="radmindrdatimeslice.dita#radmindrdatimeslice">derby.drda.timeslice</xref></cmd>
-</step>
-</steps-unordered>
-</taskbody>
-</task>
-<?Pub *0000002833?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfigsettingnetwrokserverproperties" xml:lang="en-us">
+<title>Setting Network Server properties</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>properties</indexterm></indexterm>
+<indexterm>Properties<indexterm>Network Server</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>You can specify Network Server properties in three ways: on the
+command line, in the <codeph>.bat</codeph> or <codeph>.ksh</codeph> files
+(loading the properties by executing <codeph>java -D</codeph>), or in the <codeph>derby.properties </codeph>file. </p><p>Properties
+in the command line or in the <codeph>.bat </codeph>or <codeph>.ksh</codeph> files
+take precedence over the properties in the <codeph>derby.properties</codeph><?Pub Caret1?> file.
+Arguments given to commands on the command line take precedence over property
+values. </p> <p>You can specify the following properties:</p> </context>
+<steps-unordered>
+<step><cmd><xref href="radminconfigstartnetworkserver.dita#radminconfigstartnetworkserver">derby.drda.startNetworkServer</xref></cmd>
+</step>
+<step><cmd><xref href="radminconfigportnumber.dita#radminconfigportnumber">derby.drda.portNumber</xref></cmd>
+</step>
+<step><cmd><xref href="radminconfigdb2jdrdatracedirectory.dita#radminconfigdb2jdrdatracedirectory"></xref></cmd>
+</step>
+<step><cmd><xref href="radminconfig.dita#radminconfig"></xref></cmd></step>
+<step><cmd><xref href="radminconfigdb2jdrdalogconnections.dita#radminconfigdb2jdrdalogconnections"></xref></cmd>
+</step>
+<step><cmd><xref href="radmindrdahost.dita#radmindrdahost">derby.drda.host</xref></cmd>
+</step>
+<step><cmd><xref href="radmindrdaminthreads.dita#radmindrdaminthreads">derby.drda.minThreads </xref></cmd>
+</step>
+<step><cmd><xref href="radmindrdamaxthreads.dita#radmindrdamaxthreads">derby.drda.maxThreads </xref></cmd>
+</step>
+<step><cmd><xref href="radmindrdatimeslice.dita#radmindrdatimeslice">derby.drda.timeslice</xref></cmd>
+</step>
+</steps-unordered>
+</taskbody>
+</task>
+<?Pub *0000002833?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfigshuttingdownthenetworkserver.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfigshuttingdownthenetworkserver.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfigshuttingdownthenetworkserver.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfigshuttingdownthenetworkserver.dita Wed Mar 30 16:26:36 2005
@@ -1,45 +1,45 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfigshuttingdownthenetworkserver" xml:lang="en-us">
-<title>Shutting down the Network Server</title>
-<prolog><metadata>
-<keywords><indexterm>Shutting down Network Server<indexterm>from scripts</indexterm></indexterm>
-<indexterm>Network Server<indexterm>shutting down</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>As long as user authentication is disabled, a <ph conref="adminconrefs.dita#prod/productshortname"></ph> database
-will shut down normally when the Network Server is shut down. If user authentication
-is enabled, you must explicitly shut down the database <i>before</i> shutting
-down the Network Server by specifying a valid <ph conref="adminconrefs.dita#prod/productshortname"></ph> user
-name and password. </p><p>The database can be shut down either directly, or
-by the <ph conref="adminconrefs.dita#prod/productshortname"></ph> server.</p></context>
-<steps-unordered>
-<step><cmd>To shut down the Network Server from the scripts provided for Windows,
-use:</cmd><stepxmp><codeblock>stopNetworkServer.bat [-h <i>&lt;hostname&gt;</i>] [-p <i>&lt;portnumber&gt;</i>] </codeblock></stepxmp>
-</step>
-<step><cmd>To shut down the Network Server from the scripts provided for Unix,
-use:</cmd><stepxmp><codeblock>stopNetworkServer.ksh [-h <i>&lt;hostname&gt;</i>] [-p <i>&lt;portnumber&gt;</i>] </codeblock></stepxmp>
-<info><note>These scripts are located in the $<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/frameworks/NetworkServer/bin
-directory.</note></info></step>
-</steps-unordered>
-</taskbody>
-</task>
-<?Pub *0000002405?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfigshuttingdownthenetworkserver" xml:lang="en-us">
+<title>Shutting down the Network Server</title>
+<prolog><metadata>
+<keywords><indexterm>Shutting down Network Server<indexterm>from scripts</indexterm></indexterm>
+<indexterm>Network Server<indexterm>shutting down</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>As long as user authentication is disabled, a <ph conref="adminconrefs.dita#prod/productshortname"></ph> database
+will shut down normally when the Network Server is shut down. If user authentication
+is enabled, you must explicitly shut down the database <i>before</i> shutting
+down the Network Server by specifying a valid <ph conref="adminconrefs.dita#prod/productshortname"></ph> user
+name and password. </p><p>The database can be shut down either directly, or
+by the <ph conref="adminconrefs.dita#prod/productshortname"></ph> server.</p></context>
+<steps-unordered>
+<step><cmd>To shut down the Network Server from the scripts provided for Windows,
+use:</cmd><stepxmp><codeblock>stopNetworkServer.bat [-h <i>&lt;hostname&gt;</i>] [-p <i>&lt;portnumber&gt;</i>] </codeblock></stepxmp>
+</step>
+<step><cmd>To shut down the Network Server from the scripts provided for Unix,
+use:</cmd><stepxmp><codeblock>stopNetworkServer.ksh [-h <i>&lt;hostname&gt;</i>] [-p <i>&lt;portnumber&gt;</i>] </codeblock></stepxmp>
+<info><note>These scripts are located in the $<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/frameworks/NetworkServer/bin
+directory.</note></info></step>
+</steps-unordered>
+</taskbody>
+</task>
+<?Pub *0000002405?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfigsysteminformation.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfigsysteminformation.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfigsysteminformation.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfigsysteminformation.dita Wed Mar 30 16:26:36 2005
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfigsysteminformation" xml:lang="en-us">
-<title>Obtaining system information</title>
-<taskbody>
-<context> <p>You can get information about the Network Server such as version
-and current property values, Java information, and <ph conref="adminconrefs.dita#prod/productshortname"></ph> database
-server information, by using the <b>sysinfo</b> tool. The <b>sysinfo</b> utility
-is available from scripts, the command line, the NetworkServerControl API,
-and through the servlet interface.</p> <p>The following scripts are located
-in the $<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/frameworks/NetworkServer/bin
-directory, and will return an error if the <ph conref="adminconrefs.dita#prod/productshortname"></ph> Network
-Server is not started.</p> </context>
-<steps-unordered>
-<step><cmd>To run <b>sysinfo</b> from the scripts provided in Windows, use:</cmd>
-<stepxmp><codeblock>sysinfo.bat [-h &lt;<i>hostname</i>&gt;][-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp>
-</step>
-<step><cmd>To run <b>sysinfo</b> from the scripts provided in Unix, use:</cmd>
-<stepxmp><codeblock>sysinfo.ksh [-h &lt;<i>hostname</i>&gt;] [&lt;-p <i>portnumber</i>&gt;] </codeblock></stepxmp>
-</step>
-</steps-unordered>
-</taskbody>
-</task>
-<?Pub *0000002077?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfigsysteminformation" xml:lang="en-us">
+<title>Obtaining system information</title>
+<taskbody>
+<context> <p>You can get information about the Network Server such as version
+and current property values, Java information, and <ph conref="adminconrefs.dita#prod/productshortname"></ph> database
+server information, by using the <b>sysinfo</b> tool. The <b>sysinfo</b> utility
+is available from scripts, the command line, the NetworkServerControl API,
+and through the servlet interface.</p> <p>The following scripts are located
+in the $<ph conref="adminconrefs.dita#prod/productinstallpath"></ph>/frameworks/NetworkServer/bin
+directory, and will return an error if the <ph conref="adminconrefs.dita#prod/productshortname"></ph> Network
+Server is not started.</p> </context>
+<steps-unordered>
+<step><cmd>To run <b>sysinfo</b> from the scripts provided in Windows, use:</cmd>
+<stepxmp><codeblock>sysinfo.bat [-h &lt;<i>hostname</i>&gt;][-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp>
+</step>
+<step><cmd>To run <b>sysinfo</b> from the scripts provided in Unix, use:</cmd>
+<stepxmp><codeblock>sysinfo.ksh [-h &lt;<i>hostname</i>&gt;] [&lt;-p <i>portnumber</i>&gt;] </codeblock></stepxmp>
+</step>
+</steps-unordered>
+</taskbody>
+</task>
+<?Pub *0000002077?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfiguringthenetworkserver.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfiguringthenetworkserver.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfiguringthenetworkserver.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfiguringthenetworkserver.dita Wed Mar 30 16:26:36 2005
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfiguringthenetworkserver" xml:lang="en-us">
-<title>Configuring the Network Server to handle connections</title>
-<prolog><metadata>
-<keywords><indexterm>derby.drda.minthreads</indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>You can configure the Network Server to use a specific number
-of threads to handle connections. You can change the configuration on the
-command line or by using the servlet interface.</p> <p>The minimum number
-of threads is the number of threads that are started when the Network Server
-is booted. This is specified as a property, <codeph>derby.drda.minThreads
-= &lt;<i>min</i>&gt;</codeph>. The maximum number of threads is the maximum
-number of threads that will be used for connections. If more connections are
-active than threads available, the extra connections must wait until the next
-thread becomes available. Threads can become available after a specified time,
-which is checked only when a thread has finished processing a communication.</p> </context>
-<steps-unordered>
-<step><cmd>You can change the maximum number of threads by using the following
-command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl maxthreads &lt;<i>max</i>&gt; [-h &lt;<i>hostname</i>&gt;] 
-[-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp><info>You can also use
-the <codeph>derby.drda.maxThreads</codeph> property to assign the maximum
-value. A &lt;<i>max</i>&gt; value of 0 means that there is no maximum and
-a new thread will be generated for a connection if there are no current threads
-available. This is the default. The &lt;<i>max</i>&gt; and &lt;<i>min</i>&gt;
-values are stored as integers, so the theoretical maximum is 2147483647 (the
-maximum size of an integer). But the practical maximum is determined by the
-machine configuration. </info></step>
-<step><cmd>To change the time that a thread should work on one session's request
-and check if there are waiting sessions, use the following command: </cmd>
-<stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl 
-timeslice &lt;<i>milliseconds</i>&gt; [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp>
-<info><p>You can also set the <codeph>derby.drda.timeSlice</codeph> property
-to set this value. A value of 0 milliseconds indicates that the thread will
-not give up working on the session until the session ends. A value of -1 milliseconds
-indicates to use the default. The default value is 0. The maximum number of
-milliseconds that can be specified is 2147483647 (the maximum size of an integer).</p> </info>
-</step>
-</steps-unordered>
-</taskbody>
-</task>
-<?Pub *0000003464?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfiguringthenetworkserver" xml:lang="en-us">
+<title>Configuring the Network Server to handle connections</title>
+<prolog><metadata>
+<keywords><indexterm>derby.drda.minthreads</indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>You can configure the Network Server to use a specific number
+of threads to handle connections. You can change the configuration on the
+command line or by using the servlet interface.</p> <p>The minimum number
+of threads is the number of threads that are started when the Network Server
+is booted. This is specified as a property, <codeph>derby.drda.minThreads
+= &lt;<i>min</i>&gt;</codeph>. The maximum number of threads is the maximum
+number of threads that will be used for connections. If more connections are
+active than threads available, the extra connections must wait until the next
+thread becomes available. Threads can become available after a specified time,
+which is checked only when a thread has finished processing a communication.</p> </context>
+<steps-unordered>
+<step><cmd>You can change the maximum number of threads by using the following
+command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl maxthreads &lt;<i>max</i>&gt; [-h &lt;<i>hostname</i>&gt;] 
+[-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp><info>You can also use
+the <codeph>derby.drda.maxThreads</codeph> property to assign the maximum
+value. A &lt;<i>max</i>&gt; value of 0 means that there is no maximum and
+a new thread will be generated for a connection if there are no current threads
+available. This is the default. The &lt;<i>max</i>&gt; and &lt;<i>min</i>&gt;
+values are stored as integers, so the theoretical maximum is 2147483647 (the
+maximum size of an integer). But the practical maximum is determined by the
+machine configuration. </info></step>
+<step><cmd>To change the time that a thread should work on one session's request
+and check if there are waiting sessions, use the following command: </cmd>
+<stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl 
+timeslice &lt;<i>milliseconds</i>&gt; [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp>
+<info><p>You can also set the <codeph>derby.drda.timeSlice</codeph> property
+to set this value. A value of 0 milliseconds indicates that the thread will
+not give up working on the session until the session ends. A value of -1 milliseconds
+indicates to use the default. The default value is 0. The maximum number of
+milliseconds that can be specified is 2147483647 (the maximum size of an integer).</p> </info>
+</step>
+</steps-unordered>
+</taskbody>
+</task>
+<?Pub *0000003464?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminconfigverifyingstartup.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminconfigverifyingstartup.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminconfigverifyingstartup.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminconfigverifyingstartup.dita Wed Mar 30 16:26:36 2005
@@ -1,59 +1,59 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminconfigverifyingstartup" xml:lang="en-us">
-<title>Verifying Startup</title>
-<prolog><metadata>
-<keywords><indexterm>Network Server<indexterm>verifying startup</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p><ph conref="adminconrefs.dita#prod/productshortname"></ph> has
-the ability to ping the server. </p> </context>
-<steps-unordered>
-<step><cmd>You can use the scripts NetworkServerControl.bat (Windows) or NetworkServerControl.ksh
-(Unix) with the <b>ping</b> command. For example:  </cmd><stepxmp><codeblock>NetworkServerControl ping [-h &lt;<i>hostname</i>&gt;;] [-p &lt;<i>portnumber</i
->&gt;]</codeblock></stepxmp></step>
-<step><cmd>You can also use the <b>NetworkServerControl</b> command:</cmd>
-<stepxmp><codeblock>&lt;java org.apache.derby.drda.NetworkServerControl ping [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock
-></stepxmp></step>
-<step><cmd>You can use the NetworkServerControl API to verify startup from
-within a Java application: </cmd><stepxmp><codeblock>ping(); </codeblock></stepxmp>
-</step>
-</steps-unordered>
-<example>The following example uses a method to verify startup. It will try
-to verify for the specified number of seconds: <codeblock>private static boolean isServerStarted(NetworkServerControl server, int ntries)
-	{
-		for (int i = 1; i &lt;= ntries; i ++)
-		{
-			try {
-				Thread.sleep(500);
-				server.ping();
-				return true;
-			}
-			catch (Exception e) {
-				if (i == ntries)
-					return false;
-			}
-		}
-		return false;
-	}</codeblock></example>
-</taskbody>
-</task>
-<?Pub *0000002399?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminconfigverifyingstartup" xml:lang="en-us">
+<title>Verifying Startup</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>verifying startup</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p><ph conref="adminconrefs.dita#prod/productshortname"></ph> has
+the ability to ping the server. </p> </context>
+<steps-unordered>
+<step><cmd>You can use the scripts NetworkServerControl.bat (Windows) or NetworkServerControl.ksh
+(Unix) with the <b>ping</b> command. For example:  </cmd><stepxmp><codeblock>NetworkServerControl ping [-h &lt;<i>hostname</i>&gt;;] [-p &lt;<i>portnumber</i
+>&gt;]</codeblock></stepxmp></step>
+<step><cmd>You can also use the <b>NetworkServerControl</b> command:</cmd>
+<stepxmp><codeblock>&lt;java org.apache.derby.drda.NetworkServerControl ping [-h &lt;<i>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock
+></stepxmp></step>
+<step><cmd>You can use the NetworkServerControl API to verify startup from
+within a Java application: </cmd><stepxmp><codeblock>ping(); </codeblock></stepxmp>
+</step>
+</steps-unordered>
+<example>The following example uses a method to verify startup. It will try
+to verify for the specified number of seconds: <codeblock>private static boolean isServerStarted(NetworkServerControl server, int ntries)
+	{
+		for (int i = 1; i &lt;= ntries; i ++)
+		{
+			try {
+				Thread.sleep(500);
+				server.ping();
+				return true;
+			}
+			catch (Exception e) {
+				if (i == ntries)
+					return false;
+			}
+		}
+		return false;
+	}</codeblock></example>
+</taskbody>
+</task>
+<?Pub *0000002399?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadmincrtdbbkup.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadmincrtdbbkup.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadmincrtdbbkup.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadmincrtdbbkup.dita Wed Mar 30 16:26:36 2005
@@ -1,42 +1,42 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadmincrtdbbkup" xml:lang="en-us">
-<title>Creating a database from a backup copy</title>
-<prolog><metadata>
-<keywords><indexterm>Creating a database from a backup copy</indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>To create a database using a full backup at a specified location,
-you can specify the <codeph>createFrom=Path</codeph> attribute in the boot
-time connection URL . If there is already a database with the same name in
-derby.system.home, an error will occur and the existing database will be left
-intact. If there is not an existing database with the same name in the current
-derby.system.home location, the system will copy the whole database from the
-backup location to derby.system.home and start it.</p> <p>The Log files are
-also copied to the default location. You can use the <codeph>logDevice</codeph> attribute
-in conjunction with <codeph>createFrom=Path</codeph> to store logs in a different
-location. With <codeph>createFrom=Path</codeph> you do not need to copy the
-individual log files to the log directory.</p> </context>
-<example>For example, to create the toursDB database using a
-backup copy in <filepath>c:\mybackups\sample</filepath>, the connection URL
-should be:  <codeblock>jdbc:derby.sample;createFrom=c:\mybackups\sample</codeblock></example>
-</taskbody>
-</task>
-<?Pub *0000002154?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadmincrtdbbkup" xml:lang="en-us">
+<title>Creating a database from a backup copy</title>
+<prolog><metadata>
+<keywords><indexterm>Creating a database from a backup copy</indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>To create a database using a full backup at a specified location,
+you can specify the <codeph>createFrom=Path</codeph> attribute in the boot
+time connection URL . If there is already a database with the same name in
+derby.system.home, an error will occur and the existing database will be left
+intact. If there is not an existing database with the same name in the current
+derby.system.home location, the system will copy the whole database from the
+backup location to derby.system.home and start it.</p> <p>The Log files are
+also copied to the default location. You can use the <codeph>logDevice</codeph> attribute
+in conjunction with <codeph>createFrom=Path</codeph> to store logs in a different
+location. With <codeph>createFrom=Path</codeph> you do not need to copy the
+individual log files to the log directory.</p> </context>
+<example>For example, to create the toursDB database using a
+backup copy in <filepath>c:\mybackups\sample</filepath>, the connection URL
+should be:  <codeblock>jdbc:derby.sample;createFrom=c:\mybackups\sample</codeblock></example>
+</taskbody>
+</task>
+<?Pub *0000002154?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminhubbkup44.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminhubbkup44.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminhubbkup44.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminhubbkup44.dita Wed Mar 30 16:26:36 2005
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminhubbkup44" xml:lang="en-us">
-<title>Restoring a database from a backup copy</title>
-<taskbody>
-<context> <p>To restore a database using a full backup from a specified location,
-you can specify the <codeph>restoreFrom=Path</codeph> attribute in the boot
-time connection URL. If a database with the same name exists in the derby.system.home
-location, the system will delete the whole database, copy it from the backup
-location, and then restart it.</p><p>The log files are copied to the same
-location they were in when the backup was taken. You can use the <codeph>logDevice</codeph> attribute
-in conjunction with <codeph>restoreFrom=Path</codeph> to store logs in a different
-location.</p></context>
-<example> For example, to restore the toursDB database using a backup copy
-in <filepath>c:\mybackups\sample</filepath>, the connection URL
-should be: <codeblock>jdbc:derby:toursDB;createFrom=c:\mybackups\sample</codeblock></example>
-</taskbody>
-</task>
-<?Pub *0000001793?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminhubbkup44" xml:lang="en-us">
+<title>Restoring a database from a backup copy</title>
+<taskbody>
+<context> <p>To restore a database using a full backup from a specified location,
+you can specify the <codeph>restoreFrom=Path</codeph> attribute in the boot
+time connection URL. If a database with the same name exists in the derby.system.home
+location, the system will delete the whole database, copy it from the backup
+location, and then restart it.</p><p>The log files are copied to the same
+location they were in when the backup was taken. You can use the <codeph>logDevice</codeph> attribute
+in conjunction with <codeph>restoreFrom=Path</codeph> to store logs in a different
+location.</p></context>
+<example> For example, to restore the toursDB database using a backup copy
+in <filepath>c:\mybackups\sample</filepath>, the connection URL
+should be: <codeblock>jdbc:derby:toursDB;createFrom=c:\mybackups\sample</codeblock></example>
+</taskbody>
+</task>
+<?Pub *0000001793?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminlog800206.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminlog800206.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminlog800206.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminlog800206.dita Wed Mar 30 16:26:36 2005
@@ -1,41 +1,41 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminlog800206" xml:lang="en-us">
-<title>Using the logDevice property</title>
-<prolog><metadata>
-<keywords><indexterm>logDevice</indexterm><indexterm>service.properties file<indexterm>setting
-logDevice in</indexterm></indexterm></keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>To specify a non-default location for the log directory, set
-the <codeph>logDevice</codeph> attribute on the database connection URL when
-you create the database. (This attribute is meaningful only when you are creating
-a database.) You can specify <codeph>logDevice</codeph> as either an absolute
-path or a path relative to the directory where the JVM is executed.</p> <p>Setting <codeph>logDevice</codeph> on
-the database connection URL adds an entry to the <codeph>service.properties</codeph> file.
-If you ever move the log manually, you will need to alter the entry in <codeph>service.properties</codeph>.
-If you move the log back to the default location, remove the <codeph>logDevice</codeph>entry
-from the <codeph>service.properties</codeph> file.</p> </context>
-<example><p>To check the log location for an existing database, you can retrieve
-the <codeph>logDevice</codeph> attribute as a database property by using the
-following statement:</p><codeblock>V<?Pub Caret1?>ALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('logDevice')</codeblock></example>
-</taskbody>
-</task>
-<?Pub *0000002185?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminlog800206" xml:lang="en-us">
+<title>Using the logDevice property</title>
+<prolog><metadata>
+<keywords><indexterm>logDevice</indexterm><indexterm>service.properties file<indexterm>setting
+logDevice in</indexterm></indexterm></keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>To specify a non-default location for the log directory, set
+the <codeph>logDevice</codeph> attribute on the database connection URL when
+you create the database. (This attribute is meaningful only when you are creating
+a database.) You can specify <codeph>logDevice</codeph> as either an absolute
+path or a path relative to the directory where the JVM is executed.</p> <p>Setting <codeph>logDevice</codeph> on
+the database connection URL adds an entry to the <codeph>service.properties</codeph> file.
+If you ever move the log manually, you will need to alter the entry in <codeph>service.properties</codeph>.
+If you move the log back to the default location, remove the <codeph>logDevice</codeph>entry
+from the <codeph>service.properties</codeph> file.</p> </context>
+<example><p>To check the log location for an existing database, you can retrieve
+the <codeph>logDevice</codeph> attribute as a database property by using the
+following statement:</p><codeblock>V<?Pub Caret1?>ALUES SYSCS_UTIL.SYSCS_GET_DATABASE_PROPERTY('logDevice')</codeblock></example>
+</taskbody>
+</task>
+<?Pub *0000002185?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminlogfile.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminlogfile.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminlogfile.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminlogfile.dita Wed Mar 30 16:26:36 2005
@@ -1,49 +1,49 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<?Pub Inc?>
-<!-- 
-Copyright 1997, 2004 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="tadminlogfile" xml:lang="en-us">
-<title>Controlling logging by using the log file</title>
-<prolog><metadata>
-<keywords><indexterm>derby.infolog.append</indexterm><indexterm>derby.drda.logConnections</indexterm>
-<indexterm>derby.log<indexterm>and the Network Server</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>The Network Server uses the <ph conref="adminconrefs.dita#prod/productshortname"></ph> <codeph>derby.log</codeph> file
-for logging problems it encounters. It also logs connections and disconnections
-when the property <codeph>derby.drda.logConnections</codeph> is set to <codeph>true</codeph>.
-The <codeph>derby.log </codeph>file is created when the <ph conref="adminconrefs.dita#prod/productshortname"></ph> server
-is started. The Network Server then records the time and version. If a log
-file exists, it is overwritten, unless the property <codeph>derby.infolog.append</codeph> is
-set to <codeph>true</codeph>. </p> </context>
-<steps-unordered>
-<step><cmd>Turn on connection and disconnection logging through
-the servlet interface or by using the following command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl logconnections on [-h &lt;<i
->hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp></step>
-<step><cmd>Turn connection logging off through the servlet interface or by
-using the following command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl logconnections off [-h &lt;<i>hostname</i>&gt;][-p &lt;<i
->portnumber</i>&gt;] </codeblock></stepxmp></step>
-</steps-unordered>
-<postreq>See the <cite><ph conref="adminconrefs.dita#pub/citdevelop"></ph></cite> for
-more information about <codeph>derby.log</codeph>. See the DB2 UDB documentation
-for information about the Universal Driver's error reporting.</postreq>
-</taskbody>
-</task>
-<?Pub *0000002707?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<?Pub Inc?>
+<!-- 
+Copyright 1997, 2004 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="tadminlogfile" xml:lang="en-us">
+<title>Controlling logging by using the log file</title>
+<prolog><metadata>
+<keywords><indexterm>derby.infolog.append</indexterm><indexterm>derby.drda.logConnections</indexterm>
+<indexterm>derby.log<indexterm>and the Network Server</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>The Network Server uses the <ph conref="adminconrefs.dita#prod/productshortname"></ph> <codeph>derby.log</codeph> file
+for logging problems it encounters. It also logs connections and disconnections
+when the property <codeph>derby.drda.logConnections</codeph> is set to <codeph>true</codeph>.
+The <codeph>derby.log </codeph>file is created when the <ph conref="adminconrefs.dita#prod/productshortname"></ph> server
+is started. The Network Server then records the time and version. If a log
+file exists, it is overwritten, unless the property <codeph>derby.infolog.append</codeph> is
+set to <codeph>true</codeph>. </p> </context>
+<steps-unordered>
+<step><cmd>Turn on connection and disconnection logging through
+the servlet interface or by using the following command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl logconnections on [-h &lt;<i
+>hostname</i>&gt;] [-p &lt;<i>portnumber</i>&gt;] </codeblock></stepxmp></step>
+<step><cmd>Turn connection logging off through the servlet interface or by
+using the following command:</cmd><stepxmp><codeblock>java org.apache.derby.drda.NetworkServerControl logconnections off [-h &lt;<i>hostname</i>&gt;][-p &lt;<i
+>portnumber</i>&gt;] </codeblock></stepxmp></step>
+</steps-unordered>
+<postreq>See the <cite><ph conref="adminconrefs.dita#pub/citdevelop"></ph></cite> for
+more information about <codeph>derby.log</codeph>. See the DB2 UDB documentation
+for information about the Universal Driver's error reporting.</postreq>
+</taskbody>
+</task>
+<?Pub *0000002707?>

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

Modified: incubator/derby/docs/trunk/src/adminguide/tadminnetservrun.dita
URL: http://svn.apache.org/viewcvs/incubator/derby/docs/trunk/src/adminguide/tadminnetservrun.dita?view=diff&r1=159547&r2=159548
==============================================================================
--- incubator/derby/docs/trunk/src/adminguide/tadminnetservrun.dita (original)
+++ incubator/derby/docs/trunk/src/adminguide/tadminnetservrun.dita Wed Mar 30 16:26:36 2005
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
- "../dtd/task.dtd">
-<!-- 
-Copyright 1997, 2004 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="tadminnetservrun" xml:lang="en-us">
-<title>Running the Network Server under the security manager</title>
-<prolog><metadata>
-<keywords><indexterm>Network Server<indexterm>running under security manager</indexterm></indexterm>
-</keywords>
-</metadata></prolog>
-<taskbody>
-<context> <p>You should run the Network Server under the Java security manager.
-An example security policy file appears below. Fine tune this policy to suit
-your needs.</p> <note othertype="" type="caution">Opening up the server to
-all clients without limiting access by using the policy listed below is a
-severe security risk.</note> <codeblock>//Recommended set of permissions to start and use the Network Server,
-//assuming the 'd:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib' directory has been secured. 
-//Fine tune based on your environment settings
-grant codeBase "file:d:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib/-" {
-permission java.io.FilePermission "${derby.system.home}${/}-", 
-	"read, write, delete";
-permission java.io.FilePermission "${user.dir}${/}-", "read, write, delete";
-permission java.util.PropertyPermission "derby.*", "read";
-permission java.util.PropertyPermission "user.dir", "read";
-permission java.lang.RuntimePermission "createClassLoader";
-permission java.net.SocketPermission "myclientmachine.mydomain.com", "accept";
-};
- 
-//Required set of permissions to stop the Network Server, assuming you have
-// secured the 'd:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib' directory
-//Remember to fine tune this as per your environment.
-grant codeBase "file:d:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib/-"  {
-//Following is required when server is started with "-h localhost" 
-//or without the -h option
-permission java.net.SocketPermission "localhost", "accept, connect, resolve"; 
-permission java.net.SocketPermission "127.0.0.1", "accept, connect, resolve";
-//The following is only required if the server is started with the -h &lt;host&gt; 
-//option (else shutdown access will be denied).
-permission java.net.SocketPermission "&lt;host&gt;:*", "accept, connect, resolve";
-};</codeblock> </context>
-<example><ul>
-<li><p>The following example shows how to start the Network Server in the
-default security manager (listening to clients from <codeph>localhost</codeph> only,
-which is the default behavior if the <codeph>-h</codeph> option is not used
-to start the server). This example assumes that the policy file exists in <filepath>d:/nwsvr.policy</filepath>.</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
-org.apache.derby.drda.NetworkServerControl start </codeblock></li>
-<li><p>You can also achieve the same behavior with the following example,
-which makes explicit use of the <codeph>-h</codeph> option when starting the
-server:</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
-org.apache.derby.drda.NetworkServerControl start -h localhost</codeblock></li>
-<li><p>The following example shows how to start the Network Server (assuming
-you start the server on the host machine <i>myserver.mydomain.com</i>) in
-the default security manager  (listening to client requests originating from
-other machines only). This example also assumes that the policy file exists
-in <filepath>d:/nwsvr.policy</filepath>.</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
-org.apache.derby.drda.NetworkServerControl start -h <i>myserver.mydomain.com</i></codeblock></li>
-</ul></example>
-</taskbody>
-</task>
-<?Pub *0000004399?>
+<?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE task PUBLIC "-//IBM//DTD DITA Task//EN"
+ "../dtd/task.dtd">
+<!-- 
+Copyright 1997, 2004 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="tadminnetservrun" xml:lang="en-us">
+<title>Running the Network Server under the security manager</title>
+<prolog><metadata>
+<keywords><indexterm>Network Server<indexterm>running under security manager</indexterm></indexterm>
+</keywords>
+</metadata></prolog>
+<taskbody>
+<context> <p>You should run the Network Server under the Java security manager.
+An example security policy file appears below. Fine tune this policy to suit
+your needs.</p> <note othertype="" type="caution">Opening up the server to
+all clients without limiting access by using the policy listed below is a
+severe security risk.</note> <codeblock>//Recommended set of permissions to start and use the Network Server,
+//assuming the 'd:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib' directory has been secured. 
+//Fine tune based on your environment settings
+grant codeBase "file:d:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib/-" {
+permission java.io.FilePermission "${derby.system.home}${/}-", 
+	"read, write, delete";
+permission java.io.FilePermission "${user.dir}${/}-", "read, write, delete";
+permission java.util.PropertyPermission "derby.*", "read";
+permission java.util.PropertyPermission "user.dir", "read";
+permission java.lang.RuntimePermission "createClassLoader";
+permission java.net.SocketPermission "myclientmachine.mydomain.com", "accept";
+};
+ 
+//Required set of permissions to stop the Network Server, assuming you have
+// secured the 'd:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib' directory
+//Remember to fine tune this as per your environment.
+grant codeBase "file:d:/<ph conref="adminconrefs.dita#prod/productlowercase"></ph>/lib/-"  {
+//Following is required when server is started with "-h localhost" 
+//or without the -h option
+permission java.net.SocketPermission "localhost", "accept, connect, resolve"; 
+permission java.net.SocketPermission "127.0.0.1", "accept, connect, resolve";
+//The following is only required if the server is started with the -h &lt;host&gt; 
+//option (else shutdown access will be denied).
+permission java.net.SocketPermission "&lt;host&gt;:*", "accept, connect, resolve";
+};</codeblock> </context>
+<example><ul>
+<li><p>The following example shows how to start the Network Server in the
+default security manager (listening to clients from <codeph>localhost</codeph> only,
+which is the default behavior if the <codeph>-h</codeph> option is not used
+to start the server). This example assumes that the policy file exists in <filepath>d:/nwsvr.policy</filepath>.</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
+org.apache.derby.drda.NetworkServerControl start </codeblock></li>
+<li><p>You can also achieve the same behavior with the following example,
+which makes explicit use of the <codeph>-h</codeph> option when starting the
+server:</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
+org.apache.derby.drda.NetworkServerControl start -h localhost</codeblock></li>
+<li><p>The following example shows how to start the Network Server (assuming
+you start the server on the host machine <i>myserver.mydomain.com</i>) in
+the default security manager  (listening to client requests originating from
+other machines only). This example also assumes that the policy file exists
+in <filepath>d:/nwsvr.policy</filepath>.</p><codeblock>java -Djava.security.manager -Djava.security.policy=d:/nwsvr.policy
+org.apache.derby.drda.NetworkServerControl start -h <i>myserver.mydomain.com</i></codeblock></li>
+</ul></example>
+</taskbody>
+</task>
+<?Pub *0000004399?>

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