Higgins Java STS
A pre-packaged, ready-to-run Higgins STS is available for download here.
This package includes pre-configured Jetty Server and configurations for storing Profile in XML File using XMLFile CP.
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 STS:
- Download zip and unzip it
- Open terminal window and change directory to higgins-sts
- java -Dorg.eclipse.higgins.sts.conf=conf -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) - If everything goes well you will be able to access STS at https://localhost:9443/TokenService
- A README.TXT included in the zip with basic details.

