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)
Error 404 webpage not found when submitting form
I keep getting this error when I hit the submit button, the doPost() method in the servlet is not getting called.
I am using Eclipse and running the project on an Apache server. Upon hitting submit, t...

Omar Baz
Votes: 0
Answers: 0
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
Get WebServlet name from Class name
Is there a way to get the @WebServlet name of a Servlet by using the class name?
I have access to the ServletContext if that helps.
The class name is safer to use because it gets refactored if I chang...
theyuv
Votes: 0
Answers: 1
Log4j2 Servlet Appender
I'm using Tomcat 10 (actually TomEE but it uses Tomcat 10 underneath) and I'm trying to setup log4j2 logging. I have this half working in that logging to the console happens (I have log output in cata...
Kevin Jones
Votes: 0
Answers: 1