Applet

Before running Remote Designer as an Applet, make sure the Java version on your machine is up to date.

Complete the following steps to configure Repertoire Server to run Remote Designer as an Applet:

  1. Locate the Repertoire Server 8.6.0 install directory. Open the web-resources/jnlp directory.

  2. Extract RepertoireRemote.jar.pack.gz into the web-resources/applet directory using the following command line:

    unpack200 RepertoireRemote.jar.pack.gz RepertoireRemote.jar
  3. Open the bin directory and execute the startServer.bat or startServer.sh file.

  4. Open a browser and visit http://localhost:8080/applet. Remote Designer will be successfully launched as an Applet.

Note

Before Remote Designer gets started, a warning message may pop up, asking if you want to run this application - Elixir Repertoire Remote Designer. Select the "I accept the risk and want to run this application" checkbox and click Run.

Complete the following steps to configure Repertoire Server to show Applet on top menu:

  1. Locate the Repertoire Server 8.6.0 install directory. Open the web-pages directory and open the top-menu.html file.

  2. Find the correct section to add the codes for Applet by looking for the following codes:

    <div class="topmenu">
  3. Add the following codes:

    <div class="menu1"><a href="/applet" target="main">Applet</a>
    </div>
  4. Open the bin directory and execute the startServer.bat or startServer.sh file.

  5. Start a browser and visit http://localhost:8080/.

  6. Under the Server login page, enter the correct username and password to log in.

  7. Click Login. You will be able to see Applet as one of the options in the top menu. Click the Applet option to start Remote Designer.