if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8315i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
2 7402hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is when i am click on strat it will display like below FAIL - Application at context path /first could not be started.. How i can slove the problem.. help plz
3 5306what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
6 45235Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
3 7178Hi............ 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.
5 9267how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
6 23113Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32479
What is the need of servlet filters?
Can we fetch the attributes related to a servlet on a different servlet?
What is the difference between Difference between doGet() and doPost()?
What are all the advantages of servlet over cgi?
Where do you define dispatcherservlet?
Whether thread can be used in servlets?
What is the difference between context parameter and context attribute?
How does Cookies work in Servlets?
What are the drawbacks of cgi?
What do you mean by httpservlet and how it is different from the genericservlet?
What are different methods of session management in servlets?
What are all the ways for session tracking?
What is the purpose of requestdispatcher interface?
Which http method is said to be non-idempotent and idempotent?
List the Different types of servlet?