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

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

Changes to server.properties files so that the one for GS2 can be merged with the one for GS3. Corresponding changes in the java code.

File size: 268 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
11 super("3", "tomcat.port");
12 }
13
14}
Note: See TracBrowser for help on using the repository browser.