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 |
where the session data will stored?
What are all the protocols supported by httpservlet?
Given the request path below, which are context path, servlet path and path info?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are the functions of Servlet container?
What are the exceptions thrown by Servlets?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
What do you mean by cgi?
How can you maintain servlet chaining?
What is the procedure of invoking different servlet in a different application?
Explain the servlet filter.
Explain load on start-up and its importance?