if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8314i 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 7401hi.... 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 5305what 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 45234Hi 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 9266how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
6 23109Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32473
How to notify an object in session when session is invalidated or timed-out?
How do cookies work in servlets?
What are the important functions of filters?
What are the servlet events?
How do you deal property files in servlet?
What do you mean by chaining in servlet?
What are all the advantages of servlet over cgi?
Can you refresh servlet in client and server-side automatically?
What if we pass negative value in load-on-startup?
How httpservlet is different from the genericservlet?
How would you create deadlock on your servlet?
Is it possible to have a constructor inside the servlet?
What exactly is a servlet?
What are the benefits of using servlet over cgi?
What's the advantages using servlets than using cgi?