if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8141i 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 7290hi.... 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 5153what 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 44829Hi 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 7030Hi............ 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 9049how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
6 22823Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32135
How forward () method is different from send redirect () method?
Why is servlet used?
How can I send user authentication information while making URL Connection?
Describe in brief RequestDespatcher?
Why are http servlets used in programming?
What are the benefits of using servlet over cgi?
Who is responsible for writing a constructor?
What is pure servlet?
How the typical servlet code look like ?
What are the various ways of session supervision in servlets?
How to rectify errors in java servlet while compilation?
How to get the path of servlet in the server?
What is load-on-startup in servlet?
what is multiple server?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?