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

can servlet have instance variables?

8 Answers   Syscon, Wipro,


How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


What is Difference between JavaBeans and taglib directives?

3 Answers  


How to get the server information in a servlet?

0 Answers  


how the jsp page can be regenerated?

2 Answers   HCL,






How do I support both get and post from the same servlet?

0 Answers  


What is servlet and its advantages?

0 Answers  


What is servlet and how it works?

0 Answers  


where the generated jsp source file are stored?

7 Answers   HCL,


What is MIME Type?

0 Answers  


What is done after deploying a war file and before client gives a request

2 Answers   Bosch,


What is generic servlet class?

0 Answers  


Categories