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
How can I send user authentication information while making URL Connection?
What are the steps involved in placing a servlet within a package?
What is load-on-startup in servlet?
What is httpservlet and how it is different from genericservlet?
How to handle exceptions thrown by application with another servlet?
What is the capacity the doget can send to the server?
How can we refresh automatically when new data is entered into the database?
What are Servlets?
How can we include static files in the jsp page?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
How to find whether a parameter exists in the request object?
Differentiate between the print writer and servlet output stream?
When should you prefer to use doget() over dopost()?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the difference between using getSession(true) and getSession(false) methods?