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
Why are servlets used?
Write a simple servlet program to print the contents of html.
What is servlet api used for conneting database?
Who is responsible for writing a constructor?
How many objects of a servlet is created?
How we can get ip address of client in servlet?
What are all the advantages of servlet over cgi?
What is servlet mapping?
How the servlet is loaded?
What is called a session?
Difference between get and post in java servlets?
how the HTML data stored in web server?
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?
Where do you define dispatcherservlet?
Explain the difference between get and post method in servlet?