Changeset 36987
- Timestamp:
- 2022-12-07T14:13:21+13:00 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/WEB-INF/servlets.xml
r36909 r36987 8 8 <param-value>library</param-value> 9 9 </init-param> 10 10 11 <!-- If you are using a non-custom url, eg www.greenstone.org/greenstone3/library, add it here 11 It should start with // ( hot http) and end with /12 It should start with // (not http) and end with / 12 13 It's everything not including the servlet name specified above --> 13 14 <!-- … … 55 56 <param-value>comment_this_entire_param_to_disable</param-value> 56 57 </init-param> 57 58 <!-- if you want to use a non standard greenstone cookie path (by default it will use greenstone.context in build.properties), then set the value of it here. If you are mapping to an address without this part (eg my-site.org/library) then cookie path will be / --> 59 <!-- 60 <init-param> 61 <param-name>cookie_path</param-name> 62 <param-value>/greenstone3</param-value> 63 </init-param> 64 --> 58 65 <!-- 59 66 <init-param>
Note:
See TracChangeset
for help on using the changeset viewer.