How to make sure a servlet is loaded at the application startup?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Action Servlet?
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.
How can we perform any action at the time of deploying the project?
What do you mean by deployment descriptor?
Define context initialization parameters.
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How an Image can be loaded in a Servlet ?
What is the advantage of Servlets when compared with other server side technologies?
What are the steps involved in placing a servlet within a package?
Differentiate between the web server and application server?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Can we refresh servlet in client and server side automatically?