What mechanisms are used by a Servlet Container to maintain session information?
No Answer is Posted For this Question
Be the First to Post Answer
How the JSP file will be executed on the Server side?
What is the difference between Server and Container?
Why HttpServlet class is declared abstract?
Explain the architechure of a servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Define the servlet mapping.
can i call init() method in destroy() method of servlset. ?
What are the difference between session and cookies in servlet? Explain
Hi............ When i am started the tomcat server it started. but it not load the jar files wht we deploving file.suppose we load the wapp folder in webapps. At running time it show the below error in tomcat server INFO: validateJarFile(C:\Program Files\Apache Software Foundation\Tomcat 5.0\web apps\wapp\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, s ection 9.7.2. Offending class: javax/servlet/Servlet.class How to slove this problem in my system. plz give answer for this problem.
When servlet object is created?
If a servlet is not properly initialized, what exception may be thrown?
What is life cycle of Servlet?