eschmid         Fri Jan 12 05:39:45 2001 EDT

  Modified files:              
    /phpdoc/es/chapters config.xml 
  Log:
  Added SESAM configuration directives.
  
Index: phpdoc/es/chapters/config.xml
diff -u phpdoc/es/chapters/config.xml:1.4 phpdoc/es/chapters/config.xml:1.5
--- phpdoc/es/chapters/config.xml:1.4   Wed Aug 23 23:51:15 2000
+++ phpdoc/es/chapters/config.xml       Fri Jan 12 05:39:44 2001
@@ -926,6 +926,72 @@
     </variablelist>
    </sect2>
 
+   <sect2 id="ini.sect.sesam">
+    <title>SESAM Configuration Directives</title>
+    <variablelist>
+     
+     <varlistentry id="ini.sesam-oml">
+      <term>
+       <parameter>sesam_oml</parameter>
+       <type>string</type>
+      </term>
+      <listitem>
+       <para>
+       Name of BS2000 PLAM library containing the loadable SESAM
+       driver modules.  Required for using SESAM functions. The
+       BS2000 PLAM library must be set ACCESS=READ,SHARE=YES
+       because it must be readable by the apache server's user id.
+       </para>
+      </listitem>
+     </varlistentry>
+     
+     <varlistentry id="ini.sesam-configfile">
+      <term>
+       <parameter>sesam_configfile</parameter>
+       <type>string</type>
+      </term>
+      <listitem>
+       <para>
+        Name of SESAM application configuration file.  Required for
+       using SESAM functions.  The BS2000 file must be readable by
+       the apache server's user id.
+       </para>
+       <para>
+        The application configuration file will usually contain a
+       configuration like (see SESAM
+       reference manual):
+        <informalexample>
+         <programlisting role="bs2000">
+CNF=B
+NAM=K
+NOTYPE</programlisting>
+        </informalexample>
+       </para>
+      </listitem>
+     </varlistentry>
+     
+     <varlistentry id="ini.sesam-messagecatalog">
+      <term>
+       <parameter>sesam_messagecatalog</parameter>
+       <type>string</type>
+      </term>
+      <listitem>
+       <para>
+       Name of SESAM message catalog file.  In most cases, this
+       directive is not neccessary. Only if the SESAM message file
+       is not installed in the system's BS2000 message file table,
+       it can be set with this directive.
+       </para>
+       <para>
+       The message catalog must be set ACCESS=READ,SHARE=YES because
+       it must be readable by the apache server's user id.
+       </para>
+      </listitem>
+     </varlistentry>
+     
+    </variablelist>
+   </sect2>
+
    <sect2 id="ini.sect.sybase">
     <title>Directivas de Configuraci&oacute;n de Sybase</title>
     <variablelist>


Reply via email to