New posts in servlets

Why do Java webapps use .do extension? Where did it come from?

Value passed with request.setAttribute() is not available by request.getParameter()

How to test my servlet using JUnit

Sharing session data between contexts in Tomcat

Should I close the servlet outputstream? [duplicate]

Getting request payload from POST request in Java servlet

Cause of Servlet's 'Response Already Committed' [duplicate]

How do you store Java objects in HttpSession?

Unable to compile class for JSP: The type java.util.Map$Entry cannot be resolved. It is indirectly referenced from required .class files

How to find the working folder of a servlet based application in order to load resources

Filling HTML <select> dropdown list in JSP with values fetched from database in Servlet

Download a file from Servlet using Ajax

<form action="/sampleServlet" giving me exception [duplicate]

How to set request encoding in Tomcat?

How to force browser to download file?

Eclipse Build Path Nesting Errors

How do I keep a user logged into my site for months?

How to get request URI without context path?

The method getDispatcherType() is undefined for the type HttpServletRequest

Serving static files from alternate path in embedded Jetty