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 |
How do I support both get and post from the same servlet?
How servlets are deployed in java?
What is difference between cookies and httpsession?
Whats the advantages using servlets over using CGI?
Can we use threads in Servlets?
How two servlets communicate with each other?
What is servlet?
What are some advantages of storing session state in cookies?
Explain the differences between jsp and servlet.
hi.... 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
Is it possible to have a constructor inside the servlet?
What is the role of the webserver?