Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] Ready to run Higgins STS

Cool. Did work perfectly. Great work !

Jochen

2009/3/16 Jeesmon Jacob <JJacob@xxxxxxxxx>
If anyone is interested in trying out ready to run Higgins STS, you can download a zip with pre-configured Higgins STS components from http://graceland.parityinc.net/pub/higgins-sts/higgins-sts-xmlfile-B-1-1M5.zip

It includes pre-configured Jetty Server and configurations for storing Profile in XML File using XMLFile CP.

Only additional requirement is JDK with Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files (JDK 1.5 http://java.sun.com/javase/downloads/index_jdk5.jsp - Other Downloads section).

To Run 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.

-Jeesmon



_______________________________________________
higgins-dev mailing list
higgins-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/higgins-dev



Back to the top