Jetty 11 is producing excessive number of threads
Cantor, Scott
cantor.2 at osu.edu
Wed Sep 4 14:13:46 UTC 2024
> You need to have a sister file to the idp. xml (called idp.
> properties) then tell it to use a different environment
> depending on the version of Shib you're running.
You don't need to do any of that, or manually install any of the underlying "core" modules, all of that is handled in our example using the idp custom module, which specifies ee9 at this time (but ee10 also works if everything is altered to that version).
You would need a Jetty property file specifying the EE version if you're trying to deploy a webapp that doesn't self-identify what deployment version to use.
The IdP is a packed warfile with (in our example) an explicit deployment descriptor, so it does not need a separate file to tell Jetty what EE version should be used, the idp.xml file tells it that information.
-- Scott
More information about the users
mailing list