Ignore:
Timestamp:
2009-09-15T20:08:34+12:00 (15 years ago)
Author:
ak19
Message:

Changes to Server.jar and affected files to add address_resolution options. 1. glisite.cfg.in and llssite.cfg.in have a host property where the host as specified or resolved from IP is stored. 2. gsicontrol.sh changed to set AllowFrom value to either the host specified OR to All if allow from all is checked in the GSI dialog. 3. New string properties added to server.properties for the updated GSI dialog for GS2. 4. log4j.properties.in updated so that the logger now can write to the console as well as the logfile specified (server.log in this case). At present only ERROR messages written to the logger are displayed in the console as well as logger message types that are higher up in the log4j hierarchy. 5. Server.jar updated after the changes to the GS3 server code (recompiled with Java 5).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/java/server.properties

    r19425 r20603  
    22Server2Settings.Port=Apache port:
    33Server2Settings.URL=Library URL prefix:
     4Server2Settings.ExternalAccess=Allow external connections
     5Server2Settings.ResolveIP=Get local IP and resolve to a name
     6Server2Settings.LocalIP=Get local IP
     7Server2Settings.AlwaysUse=Always use
    48Server2Control.Version=Version 2-trunk
    59Server2Control.Title=Greenstone 2 Digital Library
     
    1923ServerSettings.ChooseBrowser=Enter library using:
    2024ServerSettings.Browse=Browse
     25ServerSettings.SettingChanged=The new settings will be available after the server has been restarted
    2126
    2227ServerControl.EnterLibrary=Enter Library
     
    3742ServerControl.Failed={0} failed
    3843ServerControl.Success={0} success
    39 ServerSetting.SettingChanged=The new settings will be available after the server has been restarted
Note: See TracChangeset for help on using the changeset viewer.