What are the types of ServletEngines?

Answer Posted / bikash khuntia

Servlets are supported in nearly all web servers, from
Apache to Zeus.

Some web servers support servlets right out of the box. We
call this type of server a Standalone Servlet Engine.

Other web servers require a third-party plug-in to support
servlets. We call the servlet-enabling plug-in an Add-on
Servlet Engine.

Finally, if you want to write your own server with servlet
support, you can use what's called an Embeddable Servlet
Engine.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the advantages using servlets than using cgi?

558


How does java thread pool work?

549


How can we refresh automatically when new data has entered the database?

622


What is the difference between Server and Container?

624


How to get the IP address of client in servlet?

633






What is the servletconfig object?

534


how many jsp scripting elements are there and what are those?

543


What’s the difference between forward() and sendredirect() methods?

577


What is cgi?

602


How can a servlet be used to generate plain text instead of html?

549


What are the life cycle methods of the servlet?

582


Explain the jar and war files in servlet?

557


Explain the architechure of a servlet?

607


What is the importance of init() method in Servlet ?

594


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

569