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 is the use of servlet wrapper classes?
Difference between httpservlet and generic servlets?
What is Single Threaded Model in Servlets? Explain this with an example?
What is a parser. What does a parser do with a XML? Why do we need it?
describe all about advanced java with presentation
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
What is a deployment descriptor?
What is meant by cookies?
What are the annotations used in servlet 3?
How do you configure a centralized error handler in servlets?
List out the difference between ServletConfig and ServletContext?