Oddness running from a daemon.

Cantor, Scott cantor.2 at osu.edu
Thu Oct 9 17:42:06 EDT 2014


> I should add that the command line reproducer is
> 
> 1) Download Jetty to % JETTY_HOME%
> 2) Unload and config the IdP to % IDP_HOME %
> 3) Make sure you are *not* in %IDP_HOME%
> 
> Java -Didp.home=%IDP_HOME% -jar %JETTY_HOME%\start.jar
> jetty.base=%IDP_HOME%\jetty-base

The current jetty example really only works if you're running that java command from jetty-base. The paths to the credentials for SSL are not really relative to the jetty.base property but to the jetty-base *directory* itself provided the CWD is in fact jetty-base.

So you have to be in there to start Jetty up. But assuming that qualifies as "not in IDP_HOME", which it seems to (it's inside there, but one level down), I can't reproduce this.

I installed to C:\opt\shibboleth-idp, but set -Didp.home=C:/opt/shibboleth-idp

The process log shows it installing the flows to the proper IDs. I have more set up to do to run the IdP and get to the login page, and then I can verify if the special user flows run.

-- Scott



More information about the dev mailing list