if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8482i 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 7494hi.... 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 5442what 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 45585Hi 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 7323Hi............ 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 9449how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
6 23333Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32777
How do you invoke a servelt?
What are the objects involved when a servlet receives a call from client?
explain the advantages of servlet life cycle?
When should you prefer to use doget() over dopost()?
What is meant by a servlet?
What’s the difference between genericservlet and httpservlet?
How to create war file?
Why is httpservlet declared abstract?
Is servlet a framework?
What is the web server used for running the Servlets?
How does Cookies work in Servlets?
What are the uses of servlet
What are the servlet events?
What do you mean by cgi and what are its drawbacks?
Can we override destroy method in servlet?