source: main/trunk/greenstone3/src/java/org/greenstone/server/Server2Property.java@ 24207

Last change on this file since 24207 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: 309 bytes
Line 
1package org.greenstone.server;
2
3import org.greenstone.server.BaseProperty;
4
5public class Server2Property extends BaseProperty
6{
7 Server2Property()
8 {
9 // Initialising customised final variables
10 // Version number, WEB_PORT
11 super("2", "portnumber", "autoenter", "start_browser", "keepport");
12 }
13
14}
Note: See TracBrowser for help on using the repository browser.