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 |
Which event is fired at the time of project deployment and undeployment?
What is servlet? Explain
how the HTML data stored in web server?
init() method of servlet loaded by?
when the jsp page is translated to servlet?
How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?
What method is used to create database connection in servlets?
Can you refresh servlet in client and server-side automatically?
How can we achieve transport layer security for our web application?
What is meant by session? Tell me something about httpsession class?
What is the <load-on-startup> element?
What is use of parseQueryString ?