Index: src/tuning/ctunproper22250.dita
===================================================================
--- src/tuning/ctunproper22250.dita	(revision 566869)
+++ src/tuning/ctunproper22250.dita	(working copy)
@@ -99,6 +99,11 @@
 <entry colname="3">X<xref href="ctunproper22250.dita#ctunproper22250/rtunproper97948">*</xref></entry>
 </row>
 <row>
+<entry colname="1"><i><xref href="rtunpropernoautoboot.dita#rtunpropernoautoboot">derby.database.noAutoBoot</xref></i></entry>
+<entry colname="2">D</entry>
+<entry colname="3"></entry>
+</row>
+<row>
 <entry colname="1"><i><xref href="rtunproper24390.dita#rtunproper24390">derby.database.propertiesOnly</xref></i></entry>
 <entry colname="2">D</entry>
 <entry colname="3">X</entry>
@@ -204,6 +209,11 @@
 <entry colname="3"></entry>
 </row>
 <row>
+<entry colname="1"><i><xref href="rtunproperbootall.dita#rtunproperbootall">derby.system.bootAll</xref></i></entry>
+<entry colname="2">S</entry>
+<entry colname="3"></entry>
+</row>
+<row>
 <entry colname="1"><i><xref href="rtunproperdurability.dita#rtunproperdurability">derby.system.durability</xref></i></entry>
 <entry colname="2">S</entry>
 <entry colname="3"></entry>
Index: src/tuning/tuningderby.ditamap
===================================================================
--- src/tuning/tuningderby.ditamap	(revision 566869)
+++ src/tuning/tuningderby.ditamap	(working copy)
@@ -263,6 +263,8 @@
 </topicref>
 <topicref href="rtunproper25025.dita" navtitle="derby.database.fullAccessUsers">
 </topicref>
+<topicref href="rtunpropernoautoboot.dita" navtitle="derby.database.noAutoBoot">
+</topicref>
 <topicref href="rtunproper24390.dita" navtitle="derby.database.propertiesOnly">
 </topicref>
 <topicref href="rtunproper39325.dita" navtitle="derby.database.readOnlyAccessUsers">
@@ -303,6 +305,8 @@
 </topicref>
 <topicref href="rtunproper26985.dita" navtitle="derby.stream.error.logSeverityLevel">
 </topicref>
+<topicref href="rtunproperbootall.dita" navtitle="derby.system.bootAll">
+</topicref>
 <topicref href="rtunproperdurability.dita" navtitle="derby.system.durability">
 </topicref>
 <topicref href="rtunproper32066.dita" navtitle="derby.system.home"></topicref>
Index: src/tuning/rtunpropernoautoboot.dita
===================================================================
--- src/tuning/rtunpropernoautoboot.dita	(revision 0)
+++ src/tuning/rtunpropernoautoboot.dita	(revision 0)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "../dtd/reference.dtd">
+<reference xml:lang="en-us" id="rtunpropernoautoboot">
+<title>derby.database.noAutoBoot</title>
+<prolog><metadata>
+<keywords><indexterm>derby.database.noAutoBoot</indexterm>
+<indexterm>databases<indexterm>configuring autobooting</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog><refbody>
+<section><title>Function</title>
+<p>Specifies whether a database that is part of the current system is booted 
+when <ph conref="../conrefs.dita#prod/productshortname"></ph> starts up.
+If the <i>derby.system.bootAll</i> property is set to true (it is false by 
+default), all databases in the current system are booted when 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> starts up, unless the 
+<i>derby.database.noAutoBoot</i> property is set to true for a database. 
+Setting this property to true for a database means that it is booted only upon 
+the first connection.</p>
+<p>If <i>derby.system.bootAll</i> is set to false, this property has no effect.</p>
+<p>See also <i><xref href="rtunproperbootall.dita#rtunproperbootall"/>.</i></p>
+</section>
+<section><title>Default</title>
+<p>False.</p>
+</section>
+<refsyn><title>Syntax</title>
+<codeblock><b><ph>-- database-level property</ph>
+CALL SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY(
+    'derby.database.noAutoBoot', 'true')</b></codeblock>
+</refsyn>
+<section><title>Scope</title>
+<p><xref href="ctunproper51399.dita#ctunproper51399/rtunproper15705">database-wide</xref></p>
+</section>
+<section><title>Dynamic or static</title>
+<p>This property is static; if you change it while 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> is running, the change 
+does not take effect until you reboot the database.</p>
+</section></refbody></reference>

Property changes on: src/tuning/rtunpropernoautoboot.dita
___________________________________________________________________
Name: svn:eol-style
   + native

Index: src/tuning/rtunproperbootall.dita
===================================================================
--- src/tuning/rtunproperbootall.dita	(revision 0)
+++ src/tuning/rtunproperbootall.dita	(revision 0)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You 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.
+-->
+<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "../dtd/reference.dtd">
+<reference xml:lang="en-us" id="rtunproperbootall">
+<title>derby.system.bootAll</title>
+<prolog><metadata>
+<keywords><indexterm>derby.system.bootAll</indexterm>
+<indexterm>databases<indexterm>configuring autobooting</indexterm></indexterm>
+</keywords>
+</metadata>
+</prolog><refbody>
+<section><title>Function</title>
+<p>Specifies whether the databases that are part of the current system are 
+automatically booted when the 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> system starts. When 
+this property is set to false, a database is booted only when a connection is 
+first made.</p>
+<p>Databases that are not part of the current system are booted only upon the 
+first connection.</p>
+<p>It is recommended that you set this property to true when you use 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> as a database server 
+to multiple clients and false when you use 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> embedded in a 
+single-user application.</p>
+<p>The <ph conref="../conrefs.dita#prod/productshortname"></ph> system boots 
+when the local JDBC driver is loaded. Booting databases is a separate step in 
+which <ph conref="../conrefs.dita#prod/productshortname"></ph> checks whether 
+recovery needs to be run on the databases. For information about recovery, see 
+"Storage and recovery" in the <ph conref="../conrefs.dita#pub/citdevelop"></ph>.</p>
+<p>Encrypted databases cannot be booted with this property. Encrypted databases 
+must be booted individually by connecting to them with a valid key.</p>
+</section>
+<section><title>Default</title>
+<p>False.</p>
+</section>
+<section><title>Scope</title>
+<p><xref href="ctunproper51399.dita#ctunproper51399/rtunproper41229">system-wide</xref></p>
+</section>
+<example><title>Example</title>
+<codeblock><b>derby.system.bootAll=true</b></codeblock>
+</example>
+<section><title>Dynamic or static</title>
+<p>This property is static; if you change it while 
+<ph conref="../conrefs.dita#prod/productshortname"></ph> is running, the change 
+does not take effect until you reboot.</p>
+</section></refbody></reference>

Property changes on: src/tuning/rtunproperbootall.dita
___________________________________________________________________
Name: svn:eol-style
   + native

