source: main/trunk/greenstone3/src/java/org/greenstone/server/Server3Property.java@ 28218

Last change on this file since 28218 was 24207, checked in by ak19, 13 years ago

Part 1 of 2 commits for ticket 766 (the other commits will be in GS2): the GSI settings dialog now provides the ability to freeze the port number.

File size: 417 bytes
Line 
1package org.greenstone.server;
2
3import org.greenstone.server.BaseProperty;
4
5public class Server3Property extends BaseProperty
6{
7 Server3Property()
8 {
9 // Initialising customised final variables
10 // Version number, WEB_PORT, autoenter, startbrowser
11 // For GS3, the last two are controlled by the same property
12 super("3", "tomcat.port", "server.auto.start", "server.auto.start", "server.keep.port");
13 }
14
15}
Note: See TracBrowser for help on using the repository browser.