On 19/09/2024 21:16, Campbell, Lance wrote:
I think I might have found the issue. I built my web app with Java 8 and
Tomcat 9 using version 4.0 of the web-app species originally. This was a
servlet mapping I had:
NavigationServlet
*.navigation
Notice the url-pattern. It has *
I think I might have found the issue. I built my web app with Java 8 and
Tomcat 9 using version 4.0 of the web-app species originally. This was a
servlet mapping I had:
NavigationServlet
*.navigation
Notice the url-pattern. It has *.navigation.
Now I am using Java 17 and Tomcat 1
On 19/09/2024 20:19, Campbell, Lance wrote:
I am using the latest Tomcat 10.1
Java 17
Apache Web server communicates with an application server running tomcat. The
application name is webtools.
I am migrating a working app from Tomcat 9 to Tomcat 10.1.
Does your AJP connector in Tomcat 9 h
I am using the latest Tomcat 10.1
Java 17
Apache Web server communicates with an application server running tomcat. The
application name is webtools.
I am migrating a working app from Tomcat 9 to Tomcat 10.1.
I am getting this error in the tomcat app after sending a web request. It seems
lik