I have war file in Tomcat 10.1 with a context.xml file included in the
META-INF folder.
It's contents are
I am getting 404s from my app and was wondering if this is still supported
under 10.1 as it was under 9.0
Hello
Tomcat 10.1, Java 17, MySQL Connector 9.0
Not sure if this is a Tomcat Config issue or Spring MVC 6 issue
I am converting from Spring MVC 4 to 6 and have the following set up in
Tomcat 10.1
Context.xml
Server.xml
ResourceLink name="j
Hello
Tomcat 10.1, Java 17, MySQL Connector 9.0
Not sure if this is a Tomcat Config issue or Spring MVC 6 issue
I am converting from Spring MVC 4 to 6 and have the following set up in
Tomcat 10.1
Context.xml
Server.xml
ResourceLink name="j
I am migrating a Spring MVC app from 4.x to 6.x so I am going from Tomcat
9.1 Java 8 to Tomcat 10.1 Java 17.
I noticed that in the migration steps on the Tomcat site that there is a
tool to help with the javax to Jakarta package conversions
I have downloaded the migration tool from Github
http