Changeset 36987


Ignore:
Timestamp:
2022-12-07T14:13:21+13:00 (17 months ago)
Author:
kjdon
Message:

added a cookie_path param in case you need to customise this. By default greenstone will use the greenstone context as the cookie path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/servlets.xml

    r36909 r36987  
    88        <param-value>library</param-value>
    99    </init-param>
     10       
    1011        <!-- 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 /
    1213             It's everything not including the servlet name specified above -->
    1314        <!--
     
    5556        <param-value>comment_this_entire_param_to_disable</param-value>
    5657    </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-->
    5865    <!--
    5966    <init-param>
Note: See TracChangeset for help on using the changeset viewer.