org.logicalcobwebs.proxool.admin.servlet
Class AdminServlet
java.lang.Object
HttpServlet
org.logicalcobwebs.proxool.admin.servlet.AdminServlet
- public class AdminServlet
- extends HttpServlet
Use this to admin each pool within Proxool. It acts like a normal
servlet., so just configure it within your web app as you see fit.
For example, within web.xml:
<servlet>
<servlet-name>Admin</servlet-name>
<servlet-class>org.logicalcobwebs.proxool.admin.servlet.AdminServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Admin</servlet-name>
<url-pattern>/admin</url-pattern>
</servlet-mapping>
- Since:
- Proxool 0.7
- Version:
- $Revision: 1.8 $, $Date: 2003/09/29 17:49:19 $
- Author:
- bill, $Author: billhorsman $ (current maintainer)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminServlet
public AdminServlet()