if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
4 8302i 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 7391hi.... 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 5295what 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 45185Hi 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 7172Hi............ 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 9240how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..
6 23076Difference between web container & web server........... Difference between web server & application server?????????
TCS,
8 32450
What are the drawbacks of cgi?
What is meant by cookies?
What is the GenericServlet class?
What is the use of java servlet api?
What is api in servlet?
Difference between doget and dopost?
What is the difference between sendredirect() and forward() in a servlet?
How can you start a jta transaction from a servlet deployed on jboss?
What are the uses of servlet
What are the jobs performed by servlets?
What do you mean by chaining in servlet?
What are the different ways we can maintain state between requests?
If servlet receives multiple requests, how many objects will it create?
What is the difference between encodeRedirectUrl and encodeURL?
What is ServletContext object?