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:
Locate the Repertoire Server 8.6.0 install directory. Open the web-resources/jnlp directory.
Extract RepertoireRemote.jar.pack.gz into the web-resources/applet directory using the following command line:
unpack200 RepertoireRemote.jar.pack.gz RepertoireRemote.jar
Open the bin directory and execute the startServer.bat or startServer.sh file.
Open a browser and visit http://localhost:8080/applet. Remote Designer will be successfully launched as an Applet.
Complete the following steps to configure Repertoire Server to show Applet on top menu:
Locate the Repertoire Server 8.6.0 install directory. Open the web-pages directory and open the top-menu.html file.
Find the correct section to add the codes for Applet by looking for the following codes:
<div class="topmenu">
Add the following codes:
<div class="menu1"><a href="/applet" target="main">Applet</a> </div>
Open the bin directory and execute the startServer.bat or startServer.sh file.
Start a browser and visit http://localhost:8080/.
Under the Server login page, enter the correct username and password to log in.
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.