A simple Java RP webapp using Higgins components is available for download from here. This package includes pre-configured Jetty Server.

The only additional requirement is JDK with Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. This is available from Sun on the JDK 1.5 Download Page – scroll down to the Other Downloads section.

To run this Higgins RP webapp:

  • Download zip and unzip it
  • Open terminal window and change directory to higgins-rp-simple
    java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml (Make sure you are using java from JDK with Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files)
  • You will be able to access the application at https://localhost:9443/org.eclipse.higgins.rp.simple
  • Please check README.TXT for more details.

Source for this app is available from the Eclipse SVN.