Changeset 4504
- Timestamp:
- Sep 11, 2008, 8:22:51 AM (15 years ago)
- 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 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> -
branches/2.8-stable/doc/src/docbook/admindoc/installation_upgrade.xml
r4487 r4504 1029 1029 <programlisting>cd /path/to/tomcat/webapps 1030 1030 ln -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"><base-dir>/www/extensions</filename> 1035 directory is writable by the user account Tomcat is running as. 1036 </para> 1037 <para> 1031 1038 Start/restart Tomcat, and try http://hostname:8080/base2 1032 1039 (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.