What is httpservlet and how it is different from genericservlet?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
Which exception is thrown if the servlet is not initialized properly?
How to upload a file to the server using servlet?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
Why do we have servlet wrapper classes?
Which HTTP method is non-idempotent?
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
What do you mean by singlethreadmodel interface?
How are filters?
What is the capacity that doGet method can send to the server?
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.
Why filter is used in servlet?