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

Explain in detail about applet to servlet communication?

1 Answers  


What is generic servlet class?

0 Answers  


Name the packages that work with servlet?

0 Answers  


what is SSL?

3 Answers  


Which event is fired at the time of project deployment and undeployment?

0 Answers  






why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


What is the use of servlet context?

0 Answers  


How can we invoke another servlet in a different application?

0 Answers  


What do you mean by deployment descriptor?

0 Answers  


What is called servlet mapping?

0 Answers  


where the session data will stored?

4 Answers  


I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


Categories