Using
Servlet Context object, a servlet can log events,
obtain URL references to resources, and set and store attributes that
other servlets in the context can access.
There
is one instance object of the ServletContext interface associated
with each Web application deployed into a container. In cases where
the container is distributed over many virtual machines, a Web
application will have an instance of the ServletContext for each JVM.
No comments:
Post a Comment