Changeset 4400
- Timestamp:
- Aug 20, 2008, 2:56:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/appendix/web.xml.xml
r4388 r4400 7 7 8 8 Copyright (C) 2007 Nicklas Nordborg 9 Copyright (C) 2008 Jari Hakkinen, Nicklas Nordborg 9 10 10 11 This file is part of BASE - BioArray Software Environment. … … 32 33 The <filename>web.xml</filename> file is one step up from the main configuration 33 34 directory. It is located in the <filename><basedir>/www/WEB-INF</filename> 34 directory. This configuration file has settings that are related to the web35 application only. Most settings in this file should not be changed since they35 directory. This configuration file contains settings that are related to the web 36 application only. Most settings in this file should not be changed because they 36 37 are vital for the functionality of BASE. 37 38 </para> … … 43 44 <para> 44 45 If an error occurs during a page request, the execution is 45 forwarded to the specified JSP which will display moreinformation46 forwarded to the specified JSP which will display information 46 47 about the error. 47 48 </para> … … 53 54 <listitem> 54 55 <para> 55 This setting is here to fixa potential problem with too long56 This setting is here to resolve a potential problem with too long 56 57 generated URL:s. This may happen when BASE needs to open a 57 popup window and a user has selected a lot of items (eg. several 58 hundreds). Typically the generated URL contains all selected ID:s. 59 Some webservers have limitations on the length of an URL (eg. 58 pop-up window and a user has selected a lot of items 59 (<emphasis>e.g.</emphasis>, several hundred). Typically the 60 generated URL contains all selected ID:s. Some web servers 61 have limitations on the length of an URL (<emphasis>e.g.</emphasis>, 60 62 Apache has a default max of 8190 bytes). If the generated URL is 61 63 longer that this setting, BASE will re-write the request to make … … 72 74 <listitem> 73 75 <para> 74 A servlet that starts BASE when Tomcat starts and stops BASE76 A servlet that starts BASE when Tomcat starts, and stops BASE 75 77 when Tomcat stops. Do not modify. 76 78 </para> … … 83 85 <para> 84 86 File view/download servlet. It is possible to change the default 85 MIME type to use for file withunknown type.87 MIME type for use with files of unknown type. 86 88 </para> 87 89 </listitem> … … 113 115 <para> 114 116 Servlet handling web service requests. If you are not planning to access 115 your BASE installation using web services , those servlets may be disabled.117 your BASE installation using web services these servlets may be disabled. 116 118 </para> 117 119 </listitem> … … 123 125 <para> 124 126 Servlet for handling startup/shutdown of the extensions system as well 125 as requests to extension servlets. Do not modify. Do not disable even if you126 don't use extensions.127 as requests to extension servlets. Do not modify. Do not disable even if 128 extensions are not used. 127 129 </para> 128 130 </listitem> … … 133 135 <listitem> 134 136 <para> 135 Experimental servlet for compiling *.xjsp files used from137 Experimental servlet for compiling *.xjsp files used by 136 138 extensions. The servlet redirects the compilation of *.xjsp 137 files to a compiler that includes the extension 'sJAR file(s)138 on the class path.139 files to a compiler that includes the extension supplied JAR file(s) 140 in the class path. 139 141 </para> 140 142 </listitem> … … 158 160 <listitem> 159 161 <para> 160 A filter that sets the character encoding on the HTML that is161 generated from JSP files. We recommend leaving this at the162 default UTF-8 which should work with all modern browsers in most163 languages.162 A filter that sets the character encoding for the JSP 163 generated HTML. We recommend leaving this at the default UTF-8 164 encoding, this default should work with most language in all 165 modern browsers. 164 166 </para> 165 167 </listitem>
Note: See TracChangeset
for help on using the changeset viewer.