Upgraded to CCS Tomcat 10.1.28 and everything works except the webhook server v2.8.12
In the task log:
Endevor V19
This issue is caused by adding the new webhook war file to $Tomcat/webapps (this works for CCS Tomcat 8 and 9), for CCS Tomcat 10, the war file should reside in $Tomcat/webapps-javaee - Jakarta EE replaces the Java EE APIs used in earlier versions of Tomcat.
After apply LU15084 - CCS Tomcat 10 support PTF, the GenericWarIns.sh also gets updated
If WSTOMINS is used to upgrade the MF webhook server, the GenericWarIns.sh will
To manually update MF webhook server, make sure the new .war file is copied to $Tomcat/webapps-javaee for CCS Tomcat 10.