java-idp-testbed : resources -> config

Tom Zeller tzeller at dragonacea.biz
Sat Nov 9 10:46:28 EST 2013


Next step for the testbed, I think, is that the contents of
src/main/resources should be moved to a new directory src/main/config,
and all resource paths should be specified as
"file://{$idp.home}/conf/" rather than "classpath:conf/", for example,
for all files in that directory.

I would start going down that path but would absolutely get
distracted, today, probably.

To test the testbed :
 svn co https://svn.shibboleth.net/java-idp-testbed/trunk idp-testbed
 cd idp-testbed
 emacs src/main/resources->config/jaas.conf # LDAP
 mvn jetty:run

or import into Eclipse then
 common.Main -> Run As -> Java Application

then browse to
 http://127.0.0.1:8008

I made 'idp.home' be a system property, set in the Main.launch Eclipse
launcher configuration file and in the
jetty-maven-maven-jetty-i-forget-the-order-plugin.

IIRC


More information about the dev mailing list