Changeset 4114


Ignore:
Timestamp:
Jan 31, 2008, 11:27:57 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #913: Added some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/appendix/base.config.xml

    r4093 r4114  
    647647        <para>
    648648          The path to the directory where jar-files for external plugins should be located
    649           if they should be used with the auto-installer. All new plugins found in this directory, or
    650           in any of it's subdirectories, can be selected for installation, see
    651           <xref linkend="plugins.installation" />
    652           . The plugin auto-installer will not be availble if this property isn't defined.
    653         </para>
     649          if they should be used with the auto-installer. All new plugins found in this directory,
     650          or in any of it's subdirectories, can be selected for installation, see
     651          <xref linkend="plugins.installation" />.
     652          The plugin auto-installer will not be availble if this property isn't defined.
     653        </para>
     654
     655        <para>
     656          Another benefit is that all plug-ins inside this directory are registered
     657          with relative paths. This means that there is a lot less hassle when
     658          using job agents to run plug-ins. Just change this setting for the job
     659          agent installation and all plug-ins will work. For plug-ins that are outside
     660          of this directory you may have to manually register the path if it is different from
     661          the main path. It will also be a lot easier if you plan to move all plug-ins to
     662          a different directory. Just move the JAR files and change this setting. There is
     663          no need to change the paths for each plug-in in the database.
     664        </para>
     665           
    654666      </listitem>
    655667    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.