java.util.logging (which is global too).
Note: This servlet should have a lower load-on-startup value
in web.xml than ContextLoaderServlet, when using custom Log4J
initialization.
Note that this class has been deprecated for containers implementing
Servlet API 2.4 or higher, in favor of Log4jConfigListener.
According to Servlet 2.4, listeners must be initialized before load-on-startup
servlets. Many Servlet 2.3 containers already enforce this behavior
(see ContextLoaderServlet javadocs for details). If you use such a container,
this servlet can be replaced with Log4jConfigListener. Else or if working
with a Servlet 2.2 container, stick with this servlet.
| Constructor Summary |
|---|
|
No description provided. |
| Method Summary | |
|---|---|
| void |
No description provided. |
| String |
No description provided. |
| void |
No description provided. |
| void |
This should never even be called since no mapping to this servlet should ever be created in web.xml. |
| Methods inherited from javax.servletGenericServlet |
|---|
| Methods inherited from java.langObject |
|---|
| Methods inherited from javax.servletServlet |
|---|
| Methods inherited from javax.servletServletConfig |
|---|
public
void
destroy
(
)
public
void
init
(
)