Trouble running Shibboleth with Jetty

Paul B. Henson henson at acm.org
Wed Aug 27 19:07:33 UTC 2025


On Wed, Aug 27, 2025 at 06:48:04PM +0000, Reginald Dancy via users wrote:

> /opt/jetty-base/webapps/ee10-demo-async-rest.war

Based on the other sample webapps that started (you should probably
clean those up) you have EE 10 enabled in jetty but not EE 9.

> java.lang.ClassNotFoundException: org.eclipse.jetty.ee9.webapp.WebAppContext

And you're telling jetty to use EE 9 for this webapp:

> <Configure class="org.eclipse.jetty.ee9.webapp.WebAppContext">

https://jetty.org/docs/jetty/12/operations-guide/deploy/index.html

You should enable the ee9-deploy module.



More information about the users mailing list