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
javax.servlet.http.HttpServlet missing
I've read that Tomcat 9 needs Servlet 4.0, but wanted to make sure that is was the correct jar file to download. I'm trying to remove error messages from my application. Is this the jar file listed be...
John Cole Jr
Votes: 0
Answers: 1
Differance between Guest OS metrics and Host OS metrics in Azure VMSS
I am setting up auto-scale rules in Azure VMSS. I can choose from two set of metrics, Host and Guest. As per the documentation, both are emitted from same VMs.
My tech stack on each VM
- [Tomcat 9.0....

Udit Jindal
Votes: 0
Answers: 1
Why my Tomcat 9 does not keep the jdbc connections open as it is specified in minIdle?
I have configured my Tomcat 9 to keep a database pool using the server.xml in order to have a minimum of 50 connections to my mysql database. When the tomcat starts I can see all the connections there...

serxio
Votes: 0
Answers: 1