Ignore:
Timestamp:
2024-03-18T21:40:04+13:00 (2 months ago)
Author:
anupama
Message:

This is a tidier way of passing in the additional parameters to the JPhind run as Appliation, than using xtraParams in the commandline, especially when these additional optional param key-value pairs are now known and hardcoded in webswing.config.in anyway. This way appears to work too, as I suspected it would, since any optional parameters of key-value pairs are accepted by the JPhind application.

File:
1 edited

Legend:

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

    r38848 r38849  
    110110      "launcherConfig" : {
    111111        "mainClass" : "org.greenstone.applet.phind.JPhind",
    112     "args" : "${customArgs} --webswing 1 --phindcgi \"?a=a&rt=r&s=PhindApplet&o=xml&ro=1\" --classifier 1 --backdrop interfaces/default/images/phindbg1.jpg --xtraParams \"orientation=vertical&depth=2&resultorder=L,l,E,e,D,d&fontsize=10&blocksize=10\""
     112    "args" : "${customArgs} --webswing 1 --phindcgi \"?a=a&rt=r&s=PhindApplet&o=xml&ro=1\" --classifier 1 --backdrop interfaces/default/images/phindbg1.jpg --orientation vertical --depth 2 --resultorder \"L,l,E,e,D,d\" --fontsize 10 --blocksize 10"
    113113      },
    114114      "homeDir" : "@gsdl3webwritablehomeunix@"
Note: See TracChangeset for help on using the changeset viewer.