Shibboleth IdP and Jetty 8

Tom Zeller tzeller at dragonacea.biz
Thu Jan 24 12:11:15 EST 2013


I think copyWebInf needs to be true in the context definition for
jetty 8, but my memory has faded a bit.

For example, I believe this worked for me:

<Configure class="org.eclipse.jetty.webapp.WebAppContext">
  <Set name="war">/opt/shibboleth-idp/war/idp.war</Set>
  <Set name="contextPath">/idp</Set>
  <Set name="extractWAR">false</Set>
  <Set name="copyWebDir">false</Set>
  <Set name="copyWebInf">true</Set>
</Configure>

See http://jira.codehaus.org/browse/JETTY-1531

On Thu, Jan 24, 2013 at 6:38 AM, xenophon\+shibboleth
<xenophon+shibboleth at irtnog.org> wrote:
> Does the current version of the identity provider work with Jetty 8?  I
> tried to install and run the IdP under Jetty 8.1.8, but I got many
> errors like the following:
>
> 2013-01-24 01:22:35.733:WARN:oejw.WebAppContext:Failed startup of
> context
> o.e.j.w.WebAppContext{/idp,jar:file:/usr/local/shibboleth-idp/war/idp.wa
> r!/},/usr/local/shibboleth-idp/war/idp.war
> javax.servlet.UnavailableException:
> edu.internet2.middleware.shibboleth.common.log.SLF4JMDCCleanupFilter
>
> I can't tell if this is an issue with the CLASSPATH or with something
> else.  I found Fabio Spelta's posts to this list in June, which reported
> similar errors but no resolution.
>
> Best wishes,
> Matthew
>
> --
> I FIGHT FOR THE USERS
>
>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list