Changeset 4504


Ignore:
Timestamp:
Sep 11, 2008, 8:22:51 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1080: Extensions: Manual scan fails.

Location:
branches/2.8-stable
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8-stable/doc/src/docbook/admindoc/extensions.xml

    r4477 r4504  
    6767      folder. This is the only place were extensions can be installed.
    6868    </para>
     69   
     70    <note>
     71      <title>Make sure the extensions folder is writable by Tomcat</title>
     72      <para>
     73        The extension you are installing may include resources such as HTML
     74        files, JSP scripts, images, etc. that needs to be extracted to the
     75        web application path before they can be used. This extraction is
     76        automatically done by the extensions system, but you have to make
     77        sure that the user account Tomcat is running as has permission
     78        to create (and delete) new files in the
     79        <filename class="directory">&lt;base-dir&gt;/www/extensions</filename>
     80        directory.
     81      </para>
     82    </note>
    6983   
    7084    <para>
  • branches/2.8-stable/doc/src/docbook/admindoc/installation_upgrade.xml

    r4487 r4504  
    10291029<programlisting>cd /path/to/tomcat/webapps
    10301030ln -s /path_to_base/www base2</programlisting>
     1031          </para>
     1032          <para>
     1033            If you plan to install extensions you should make sure that
     1034            the <filename class="directory">&lt;base-dir&gt;/www/extensions</filename>
     1035            directory is writable by the user account Tomcat is running as.
     1036          </para>
     1037          <para>
    10311038            Start/restart Tomcat, and try http://hostname:8080/base2
    10321039            (change <emphasis>hostname</emphasis> to your hostname) in
  • branches/2.8-stable/www

    • Property svn:ignore deleted
Note: See TracChangeset for help on using the changeset viewer.