Ryan,
Word-wrapping didn't help on this one...
On 6/10/24 15:44, Ryan Esch wrote:
Hi folks,I have a webapp running Apache Tomcat 9.0.67 with Java 11, using
JASPIC for authentication. For reference, using these:
org.apache.tomcat
tomcat-catalina 9.0.85
> On Jun 10, 2024, at 14:48, Paul Leo wrote:
>
> I could be wrong, but I don't think you need jakarta for Tomcat 9. You need
> it for TomEE 9 and Tomcat 10. But please someone verify.
Not sure about TomEE, but Tomcat 9 certainly expects javax.* classes, not
jakarta.* ones; the use of jaka
I could be wrong, but I don't think you need jakarta for Tomcat 9. You
need it for TomEE 9 and Tomcat 10. But please someone verify.
On 6/10/2024 1:44 PM, Ryan Esch wrote:
Hi folks,I have a webapp running Apache Tomcat 9.0.67 with Java 11, using
JASPIC for authentication. For reference, usin