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 called servlet container?

0 Answers  


What is meant by session? Tell me something about httpsession class?

0 Answers  


What are common tasks performed by Servlet Container?

0 Answers  


Elucidate servlet attributes and its scope?

0 Answers  


Given the request path below, which are context path, servlet path and path info?

0 Answers  






What are the types of Session Tracking ?

0 Answers  


How forward () method is different from send redirect () method?

0 Answers  


How to maintain security in servlets?

2 Answers  


What if you need to span your transaction across multiple servlet invocations?

0 Answers  


What is a deployment descriptor?

0 Answers  


Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.

4 Answers  


What are the difference between HttpServlet and GenericServlets?

2 Answers  


Categories