Ignore:
Timestamp:
2023-02-20T11:23:02+13:00 (14 months ago)
Author:
davidb
Message:

Improvements to configuring and installing. Now controling the values of the libary_url and ws: urls via properties set in the top-level build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/webswing/trunk/web/etc/webswing.config.in

    r37316 r37332  
    2828    "path" : "/gli",
    2929    "security" : {
    30       "module" : "INHERITED",
     30      "module" : "NONE",
    3131      "config" : { },
    3232      "classPath" : [ ]
     
    5555      "allowUpload" : true,
    5656      "allowJsLink" : true,
     57      "allowLocalClipboard" : true,
    5758      "launcherType" : "Desktop",
    5859      "launcherConfig" : {
    5960        "mainClass" : "org.greenstone.gatherer.GathererProg",
    60     "args": "-gsdl @gsdl3srchomeunix@/gs2build -gsdlos @gsdlos@ -gsdl3 @gsdl3srchomeunix@/web -gsdl3src @gsdl3srchomeunix@ -library_url http://localhost:8383/greenstone3/library -webswing"
     61    "args": "-gsdl @gsdl3srchomeunix@/gs2build -gsdlos @gsdlos@ -gsdl3 @gsdl3srchomeunix@/web -gsdl3src @gsdl3srchomeunix@ -library_url @external-servleturl@ -webswing"
    6162      },
    62       "homeDir" : "@gsdl3srchomeunix@/gli"
     63      "homeDir" : "@gsdl3srchomeunix@/gli",
     64      "goodbyeUrl" : "/"
    6365    },
    64     "maxClients" : 1,
     66    "maxClients" : 4,
     67    "maxConnections" : 4,
    6568    "allowStealSession" : true,
    6669    "name" : "Greenstone Librarian Interface",
    6770    "sessionMode" : "CONTINUE_FOR_BROWSER",
    68     "uploadMaxSize" : 5,
     71    "uploadMaxSize" : 100,
    6972    "webHomeDir" : "@gsdl3srchomeunix@/gli"
    7073  }
Note: See TracChangeset for help on using the changeset viewer.