Why the container loads server at the application startup and how?
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.
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
What is cookie in servlet?
Can filter be used as request or response?
Why doesn’t a servlet include main()? How does it work?
Explain the methods in Generic and HTTP Servlets?
What do you mean by session tracking?
How are Sessions are more advantage than using of Cookies or URLReWriting?
can we create more than ServletContext and ServletConfig in your application
What happens, if server sends a cookie to a browser that doesn't supports cookies?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
How can you start a jta transaction from a servlet deployed on jboss?