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 |
HTTP tunneling means what?
What is httpservlet and how it is different from genericservlet?
What are the functions of the servlet container?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
What are the type of protocols used in httpservlet?
Define servlet mapping?
What are the features added in Servlet 2.5?
What are the different types of servlets?
What methodology can be followed to store more number of objects in a remote server?
What are different types of Servlets?
The code in a finally clause will never fail to execute, right?
Is there any need to shutdown the web server, if you want to modify a servlet?