How do u authorize and authenticate without <auth> of
web.xml
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 |
what is servlet and what you get when we use servlets?
What method is used to create database connection in servlets?
Difference between doget and dopost?
What is Server-Side Includes?
How to make servlet thread safe?
9 Answers Frisco Tech, InfoVista, WipSys Technologies,
which type of data passing is used in realtime?
can we create more than ServletContext and ServletConfig in your application
Is it possible to have a constructor inside the servlet?
What is a servlet context?
How does tomcat servlet container work?
How can we create deadlock situation in servlet?
What is the procedure of invoking different servlet in a different application?