How do u authorize and authenticate without <auth> of
web.xml



How do u authorize and authenticate without <auth> of web.xml..

Answer / sekhar babu

We can maintain the authorization and authentication with
the form based security.
means create our own webform with user name and password
and check the authentication with help of either filters or
servlets

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is life cycle of Servlet?

0 Answers  


What is the servlet?

0 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,


Tell the new features added in servletrequest interface i.e. Servlet 2.4

0 Answers  


what is the difference between ServletContext and ServletConfig

7 Answers  






Why do we use sendredirect() method?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


when the several requests comes to server..how it manage the requests

4 Answers   iGate,


How to prevent browser from caching the page content?

1 Answers  


How long do servlets last?

1 Answers  


What is webservlet?

0 Answers  


What is servlet api used for conneting database?

0 Answers  


Categories