We use Shibboleth SP, which passes request attributes from Apache over AJP
to Tomcat; after upgrading from Tomcat 10.1 to Tomcat 11, the request
attributes aren't coming over. Does anyone know of anything that changed
in Tomcat 11 that might affect request attributes being passed over AJP?
--
T
Frank,
you Servlet is not connected to any url.
You need a servlet mapping with a url-pattern
specifyng which url to reply to.
Frank Myers wrote (at 2024-10-18 21:05 +):
> Chris,
>
> I use "http://9.114.12.58:8080/WHMerge/";
> Web.xml (in the war file) contains
>
> http://www.w3.org/2001/XML