Ignore:
Timestamp:
2009-04-15T14:53:44+12:00 (15 years ago)
Author:
ak19
Message:

Updated several files so that the Server2 code in server.jar interacts with GLI code so that the local GS2 server for Linux works the same way as the GS2 Local Library Server on windows

File:
1 edited

Legend:

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

    r18558 r18969  
    9494        String lower_name = prog_name.toLowerCase();
    9595        if (lower_name.indexOf("mozilla") != -1 || lower_name.indexOf("firefox") != -1) {
    96         logger.info("found mozilla or firefox, trying remote it");
     96        logger.info("found mozilla or firefox, trying to remotely launch it");
    9797                // mozilla and netscape, try using a remote command to get things in the same window
    9898        String new_command = prog_name +" -raise -remote openURL("+url+",new-tab)";
Note: See TracChangeset for help on using the changeset viewer.