source: gsdl/trunk/lib/java/server.properties@ 20603

Last change on this file since 20603 was 20603, checked in by ak19, 15 years ago

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 size: 1.9 KB
RevLine 
[18695]1#greenstone.version=Version 2-trunk
2Server2Settings.Port=Apache port:
3Server2Settings.URL=Library URL prefix:
[20603]4Server2Settings.ExternalAccess=Allow external connections
5Server2Settings.ResolveIP=Get local IP and resolve to a name
6Server2Settings.LocalIP=Get local IP
7Server2Settings.AlwaysUse=Always use
[18695]8Server2Control.Version=Version 2-trunk
9Server2Control.Title=Greenstone 2 Digital Library
10
11#greenstone.version=Version 3.2
12Server3Settings.Port=Tomcat port:
13Server3Settings.URL=Servlet:
14Server3Control.Version=Version 3-trunk
15Server3Control.Title=Greenstone3 Digital Library
16
[18683]17ServerSettings.Title=Server settings
18ServerSettings.Auto_Start=Enter the library automatically
19ServerSettings.OK=OK
20ServerSettings.Cancel=Cancel
21ServerSettings.DefaultBrowser=Default browser
22ServerSettings.OtherBrowser=Other browser
23ServerSettings.ChooseBrowser=Enter library using:
24ServerSettings.Browse=Browse
[20603]25ServerSettings.SettingChanged=The new settings will be available after the server has been restarted
[18683]26
27ServerControl.EnterLibrary=Enter Library
28ServerControl.RestartLibrary=Restart Library
29ServerControl.StartServer=Start Server
30ServerControl.Frame_Title=Greenstone Server
[19425]31ServerControl.Help_RestartLibrary=Press the 'Restart Library' button to restart the server, launch a browser and enter the library.\nYou can change server settings from the File menu.
32ServerControl.Help_EnterLibrary=Press the 'Enter Library' button to launch a browser and enter the library.\nYou can change server settings from the File menu.
[18683]33ServerControl.Starting=Starting server...
34ServerControl.Configuring=Configuring server...
35ServerControl.Stopping=Stopping server...
36ServerControl.LaunchingBrowser=Launching browser...
37ServerControl.LaunchBrowser=Launch browser
38ServerControl.Menu.File=File
39ServerControl.Menu.Settings=Settings...
40ServerControl.Menu.Exit=Exit
[18771]41ServerControl.Error={0} failed, please check server.log in {1} for details.
[18695]42ServerControl.Failed={0} failed
[18683]43ServerControl.Success={0} success
Note: See TracBrowser for help on using the repository browser.