Other install notes
Tom Zeller
tzeller at dragonacea.biz
Mon Jun 23 14:44:05 EDT 2014
> - Are we going to configure logback to use files in idp.home/logs or do we
> need more code for that still? It's using STDOUT at the moment.
Yes, no code, just need to add the appender to logback.xml. Locally, I
defined an idp.logDir = ${idp.home}/logs property. I have a tweak to
make to the testbed ldap, and then I was going to sync logging and
attribute config files from v2.
> - Jetty is configured to bind to localhost only, and the use of a host
> property in the connectors means it will only bind to localhost or the
> external interface but not both. Are we using that to avoid the tests in
> jenkins opening up something that binds externally? Ideally we shouldn't
> have the host property set.
Yes, I was avoiding listening on a non-private interface. So, I guess
we should default to blank to listen on all interfaces, I can give
that a whirl too.
More information about the dev
mailing list