You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2014/06/13 23:15:37 UTC

svn commit: r1602524 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Author: degenaro
Date: Fri Jun 13 21:15:36 2014
New Revision: 1602524

URL: http://svn.apache.org/r1602524
Log:
UIMA-3892 DUCC needs a file for private configuration data

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex?rev=1602524&r1=1602523&r2=1602524&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex Fri Jun 13 21:15:36 2014
@@ -16,11 +16,20 @@
 % specific language governing permissions and limitations
 % under the License.
 % 
-\section{ducc.properties}
-\label{sec:ducc.properties}
-    The primary configuration file is called ducc.properties and always resides in the directory
+
+\section{Properties}
+ 	
+ 	Public properties are in a primary configuration file is called ducc.properties 
+	and always resides in the directory
     ducc\_runtime/resources.
 
+	Private properties are in a secondary configuration file call ducc.private.properties
+	and always resides in the directory
+    ducc\_runtime/resources/private.
+    
+\section{ducc.properties}
+\label{sec:ducc.properties}
+   
     Some of the properties in ducc.properties are intended as the "glue" that brings the various 
     DUCC components together and lets then run as a coherent whole. These types of properties should 
     be modified only by developers of DUCC itself. In the description below these properties are 
@@ -37,6 +46,8 @@
     administrators to configure DUCC to each individual installation. In the description below these
     properties are classified as "Local".
     
+    See also 
+    
 \subsection{General DUCC Properties}
     \begin{description}
 
@@ -425,14 +436,6 @@
             \item[Default Value] 42155 
             \item[Type] Local 
           \end{description}
-
-        \item[ducc.ws.port.ssl.pw] \hfill \\
-          This is the password used to generate the Web Server's keystore used for HTTPS requests.  Usually
-          this keystore is created at initial installation time using \hyperref[subsec:install.single-user]{ducc\_post\_install.}
-          \begin{description}
-            \item[Default Value] quackquack 
-            \item[Type] Local
-          \end{description}
                     
         \item[ducc.ws.session.minutes] \hfill \\
           Once authenticated, this property determines the lifetime of the authenticated session to the 
@@ -1390,3 +1393,19 @@
         \end{description}
       \end{description}
       
+
+\section{ducc.private.properties}
+\label{sec:ducc.private.properties}
+
+\subsection{Web Server Properties}
+
+    \begin{description}
+    
+        \item[ducc.ws.port.ssl.pw] \hfill \\
+          This is the password used to generate the Web Server's keystore used for HTTPS requests.  Usually
+          this keystore is created at initial installation time using \hyperref[subsec:install.single-user]{ducc\_post\_install.}
+          \begin{description}
+            \item[Default Value] quackquack 
+            \item[Type] Local
+          \end{description}
+    
\ No newline at end of file