Ignore:
Timestamp:
2019-09-11T20:10:59+12:00 (5 years ago)
Author:
ak19
Message:

Tested new tomcat.allowLinking property on Windows too now and it behaves correctly. Cleaning up debug statements and moving properties in build.properties around so that https related proeprties remain grouped together as before.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.svn

    r33461 r33462  
    33
    44## Tomcat installation
    5 
    6 # Set this to the internet/intranet name of the machine that Tomcat is/will be
    7 # run on. localhost is fine for accessing the server from the local machine,
    8 # but not remotely
    9 tomcat.server=localhost
    105
    116# Allow/disallow symlinks inside the web application
     
    1611# you should ensure this value remains set to false for security reasons.
    1712tomcat.user.allowLinking=false
     13
     14# Set this to the internet/intranet name of the machine that Tomcat is/will be
     15# run on. localhost is fine for accessing the server from the local machine,
     16# but not remotely
     17tomcat.server=localhost
    1818
    1919# server.protocols must contain 'http' or 'https' or both (in order of preference) separated by commas
Note: See TracChangeset for help on using the changeset viewer.