Ignore:
Timestamp:
2018-08-17T22:09:16+12:00 (6 years ago)
Author:
ak19
Message:

Configuring tomcat works automatically. Still need to automate getting the certificate (and then later automate renewing the certificate, after first testing I can manually renew it.)

File:
1 edited

Legend:

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

    r32337 r32346  
    44## Tomcat installation
    55
    6 # The protocol (http, https)
    7 server.protocol=http
    8 
    96# Set this to the internet/intranet name of the machine that Tomcat is/will be
    107# run on. localhost is fine for accessing the server from the local machine,
    118# but not remotely
    129tomcat.server=localhost
     10
     11# The default protocol: http, or https for security
     12# If you wish to use both, set the default protocol here (https recommended), then
     13# uncomment both tomcat.port.http and tomcat.port.https and set them to valid port numbers.
     14server.protocol=http
     15
     16# At minimum, the tomcat.port matching the default server.protocol specified above
     17# must be enabled (uncommented) below and be set to a valid port number.
     18# You're allowed to enable both tomcat.port values here.
    1319tomcat.port.http=8383
    1420tomcat.port.https=8443
     21# You must set a password if using https (if tomcat.port.https is uncommented above)
     22keystore.pass=
     23
    1524# Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats
    1625tomcat.shutdown.port=8305
     26
    1727# If tomcat is already running, enter the path to the base directory here
    1828tomcat.installed.path=
Note: See TracChangeset for help on using the changeset viewer.