How do u authorize and authenticate without <auth> of
web.xml
Answer Posted / 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 View All Answers
What are the advantages of servlets over traditional cgi?
What do you mean by cgi and what are its drawbacks?
What is servlet instance?
What do you mean by interservlet communication?
List out difference between a JavaBean from a Servlet?
Which httpsession object is used to view and manipulate information about a session?
Explain the difference between jsp and servlet?
What is the need of session tracking in web application?
What is the main purpose of java servlets?
What are common tasks performed by Servlet Container?
What is lazy loading and what is Generic Servlet Class?
What are the mechanisms used by a servlet container for maintaining session information?
Explain the role of dispatcherservlet and contextloaderlistener.
How can you start a jta transaction from a servlet deployed on jboss?
Why is servlet used?