Ignore:
Timestamp:
2018-02-13T19:37:02+13:00 (6 years ago)
Author:
ak19
Message:

New class WebGatherer.java to replace GathererApplet.java in JNLP use with Java Web Start. At present it's still an Applet, but now the opening button marked GLI is gone and the dialog requesting the gliserver.pl URL appears immediately instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action/PageAction.java

    r32136 r32138  
    412412        page_response.appendChild(applet_elem);
    413413        applet_elem.setAttribute("ARCHIVE", "SignedGatherer.jar"); // SignedGatherer.jar should be placed in web/applet.
    414         applet_elem.setAttribute("CODE", "org.greenstone.gatherer.GathererApplet");
     414        applet_elem.setAttribute("CODE", "org.greenstone.gatherer.WebGatherer");
    415415        applet_elem.setAttribute("CODEBASE", "applet"); // SignedGatherer.jar is in web/applet. But CODEBASE is the *URL* path to the (jar) file containing the main class, and is relative to documentroot "web".
    416416        applet_elem.setAttribute("HEIGHT", "50");
Note: See TracChangeset for help on using the changeset viewer.