How can the session in servlet be destroyed?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Describe servlet?
What compiler do not do if we create our own constructor?
What are Servlets?
how to use servlets with j2ee ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the difference between using getSession(true) and getSession(false) methods?
Is there any need to shutdown the web server, if you want to modify a servlet?
How do we share data using 'getservletcontext ()?
What is use of parseQueryString ?
What is url encoding and url decoding
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?