Servlet Chaining? How do you do the Filtering in Servlets?

Answer Posted / kishore m

Filters have the same name with the servlet name .in this
way we have to mention in deployment discripter i.e.web.xml
in application.In this filters are enabled by calling the
servlet.actually filters placed in b/w the client and
server.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the session in servlet can be destroyed?

712


How to create war file?

617


What are the life-cycle methods for a servlet?

557


Differentiate between the web server and application server?

565


What is Client-Server Computing?

1897






Which httpsession object is used to view and manipulate information about a session?

734


Why do we use sendredirect() method?

550


What is servlet? Explain

581


Can we override destroy method in servlet?

504


What are the differences between servlet context vs servlet config?

578


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

620


What is the difference between portlet and servlet?

514


What is session tracking?

698


What are all the ways for session tracking?

593


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

586