- Timestamp:
- Sep 11, 2008, 8:22:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8-stable/doc/src/docbook/admindoc/extensions.xml
r4477 r4504 67 67 folder. This is the only place were extensions can be installed. 68 68 </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"><base-dir>/www/extensions</filename> 80 directory. 81 </para> 82 </note> 69 83 70 84 <para>
Note: See TracChangeset
for help on using the changeset viewer.