Name the webserver that is used to run Servlets?
Answers were Sorted based on User's Feedback
Answer / ravi shankar kuamr
Apache, websphere, glassfish, Jboss, weblogic thse are the
web server in which servlet run under servlet container..
You shoul note that tomcat is just contianer but apache is
webserver
| Is This Answer Correct ? | 2 Yes | 1 No |
What are Servlets?
Name the different ways of session tracking.
what is the difference between servlets and struts?
When the methods init() and Distroy() will be called?
What are all the advantages of servlet over cgi?
Can we use threads in Servlets?
How can we upload the file to the server using servlet?
Describe the phases of servlet lifecycle?
How forward () method is different from send redirect () method?
How do I support both get and post from the same servlet?
How long do servlets last?
How do you get the ip address of the client in servlet?