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

HTTP tunneling means what?

2 Answers  


What is httpservlet and how it is different from genericservlet?

0 Answers  


What are the functions of the servlet container?

0 Answers  


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


What are the type of protocols used in httpservlet?

0 Answers  


Define servlet mapping?

0 Answers  


What are the features added in Servlet 2.5?

0 Answers  


What are the different types of servlets?

0 Answers  


What methodology can be followed to store more number of objects in a remote server?

0 Answers  


What are different types of Servlets?

12 Answers  


The code in a finally clause will never fail to execute, right?

0 Answers  


Is there any need to shutdown the web server, if you want to modify a servlet?

3 Answers  


Categories