How to get the current httpsession object?
No Answer is Posted For this Question
Be the First to Post Answer
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is the first statement in jsp page.
What is the difference between genericservlet and httpservlet
Why the container loads server at the application startup and how?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
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 we can create war file in servlet?
How to pass a requrest object of one servlet as a request object to another servlet?
What is Generic Servlet and how it is different from Http Servlet?
What are the two important api's in for servlets?
What if you need to span your transaction across multiple servlet invocations?