Ignore:
Timestamp:
2009-03-24T16:03:39+13:00 (15 years ago)
Author:
ak19
Message:

On error, the correct location of the logs folder needs to be displayed which is different between GS2 and GS3, so this is set by the subclass constructors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/src/java/org/greenstone/server/Server2.java

    r18679 r18770  
    1919    {
    2020    super(gsdl2_home, lang,
    21           gsdl2_home+File.separator+"lib"+File.separator+"java"+File.separator+"build.properties");
     21          gsdl2_home+File.separator+"lib"+File.separator+"java"+File.separator+"build.properties",
     22          "etc"+File.separator+"logs-gsi");
    2223
    2324    Property = new Server2Property();
Note: See TracChangeset for help on using the changeset viewer.