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 |
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
What is called servlet mapping?
Servlet is pure java object or not?
What are the Internal servlets maintained by the web server?
What are the uses of servlet
What is the need of session tracking in web application?
What is the default http method in the servlet?
How do you create a cookie using servlet?
What are the steps that are involved in using the httpservlet class?
Explain the difference between servletconfig and servletcontext in servlet?
What is HTTP Session ?
What is the major difference between context parameter and context attribute?