python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
java: cannot access javax.servlet.ServletException class file for javax.servlet.ServletException not found
Description
When I develop my java project I use:
Java version: 1.8,
Apache Tomcat version 9.0.x
Then, I use Tomcat 10.0.x to run my project (with few modifications in my project). I had to change jav...

Dhanusha_Perera07
Votes: 0
Answers: 1
Why Servlet.getContext(String) does not return null after undeploy
I am using tomcat-10(jakarta). According to the doc
getContext(String) return null if context not exists or restricted access. But in practice is not correct. For example I have two web application wi...

sancho
Votes: 0
Answers: 2
DisableLoopbackCheck does not work for IIS 10 sites configured for Tomcat 10 AJP Connector
DisableLoopbackCheck is not working for IIS 10 sites configured with Tomcat 10 AJP Connector. I am able to locally authenticate into sites not configured with Tomcat on the same IIS instance using the...
Omar S
Votes: 0
Answers: 1