Index: src/tuning/ctunproper22250.dita
===================================================================
--- src/tuning/ctunproper22250.dita	(revision 602205)
+++ 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 602205)
+++ src/tuning/tuningderby.ditamap	(working copy)
@@ -265,6 +265,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">
@@ -305,6 +307,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,52 @@
+<?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 that a database should not be automatically booted at startup
+time.</p>
+<p>When this property is set to true, this database is booted only on the first
+connection. Otherwise, the database is booted at startup if the
+<i>derby.system.bootAll</i> property is set to true. See
+<i><xref href="rtunproperbootall.dita#rtunproperbootall"/></i> for details.</p>
+<p></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.</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,52 @@
+<?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 that all databases in the directory specified by the
+<i>derby.system.home</i> property should be automatically booted at startup
+time.</p>
+<p>When this property is set to true, databases in the <i>derby.system.home</i>
+directory are booted at startup. Otherwise, databases are booted when you
+first connect to them.</p>
+<p>You can set the <i>derby.database.noAutoBoot</i> property on a particular
+database if you want to prevent it from being automatically booted at startup.
+See <i><xref href="rtunpropernoautoboot.dita#rtunpropernoautoboot"/></i> for
+details.</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

