User: mulder  
  Date: 00/10/24 17:03:06

  Modified:    manual   adv_config.html config.html
  Log:
  Add directions for starting jBoss with a different set of configuration
  files.
  
  Add a note about the Interbase JDBC driver.
  
  Revision  Changes    Path
  1.17      +4 -0      jbossweb/manual/adv_config.html
  
  Index: adv_config.html
  ===================================================================
  RCS file: /products/cvs/ejboss/jbossweb/manual/adv_config.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- adv_config.html   2000/10/22 01:57:21     1.16
  +++ adv_config.html   2000/10/25 00:03:04     1.17
  @@ -600,6 +600,10 @@
                generated tables.  You may increase this limit by
                changing the mapping or creating the table
                manually.</li>
  +              <li>The interclient JDBC driver seems to have trouble
  +             checking whether a table exists, so until that is
  +             resolved you can't have JAWS create the table
  +             anyway.</li>
               </ul>
             </li>
             <li>lib/ext: <a 
HREF="http://www.borland.com/interbase/downloads/">interclient-core.jar</a></li>
  
  
  
  1.4       +9 -0      jbossweb/manual/config.html
  
  Index: config.html
  ===================================================================
  RCS file: /products/cvs/ejboss/jbossweb/manual/config.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.html       2000/09/19 14:28:35     1.3
  +++ config.html       2000/10/25 00:03:04     1.4
  @@ -63,6 +63,15 @@
         the <a HREF="adv_config.html">Advanced Configuration</a> section
         and the <a HREF="dtds.html">DTDs</a> section of the Appendix for
         details on the specific settings.</p>
  +    <p>You may create more than one set of configuration files as
  +      long as the base filename is the same for all files in the set
  +      and the extensions are not changed.  For example, you could copy
  +      <code>jboss.conf</code>, <code>jboss.jcml</code>, ... to
  +      <code>myconfig.conf</code>, <code>myconfig.jcml</code>, ...
  +      To start jboss with a different set of configuration files,
  +      add the base name of the configuration file set to the command
  +      or script you use to start jBoss (for example,
  +      "<code>run.sh&nbsp;myconfig</code>").</p>
       <table BORDER="1">
         <tr><th>File Name</th><th>Purpose</th></tr>
         <tr>
  
  
  

Reply via email to