Ignore:
Timestamp:
2015-04-21T20:30:46+12:00 (9 years ago)
Author:
ak19
Message:

Modified gs3-server dialog to have an Allow External Connections checkbox to match with GS2. Affects org/greenstone/server code and server.properties file, greenstone.xml.in of tomcat, build.xml and build.properties

Location:
main/trunk/greenstone3/resources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/java/server.properties

    r24480 r29845  
    22Server2Settings.Port=Apache port:
    33Server2Settings.URL=Library URL prefix:
    4 Server2Settings.ExternalAccess=Allow external connections
    54Server2Settings.AddressResolutionMethod=Address resolution method
    65Server2Settings.ResolveIP=Get local IP and resolve to a name
     
    2726ServerSettings.SettingChanged=The new settings will be available when you press Enter Library/Restart Library.
    2827ServerSettings.SettingsUnchangedPortOccupied=Unable to run the Greenstone server on port {0}. It appears to already be in use.
     28ServerSettings.ExternalAccess=Allow external connections
    2929
    3030ServerControl.EnterLibrary=Enter Library
  • main/trunk/greenstone3/resources/tomcat/greenstone3.xml.in

    r29722 r29845  
    2525         file. -->
    2626    <Manager pathname="SESSIONS.ser" />
     27
     28    <!-- Allow all machines or just this machine: 127.0.0.1 (IPv4) and 0:0:0:0:0:0:0:1 (IPv6, needed on windows)
     29         https://tomcat.apache.org/tomcat-7.0-doc/config/valve.html -->
     30    <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="@allowedIPs@"/>
    2731</Context>
Note: See TracChangeset for help on using the changeset viewer.