|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| AdminServlet | Use this to admin each pool within Proxool. |
The AdminServlet provides information about running pools. This is only relevant if you are using Proxool inside a web application. You can configure the servlet in any way you like, but this is an example web.xml fragment:
<servlet>
<servlet-name>Monitor</servlet-name>
<servlet-class>org.logicalcobwebs.proxool.admin.servlet.AdminServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>Monitor</servlet-name>
<url-pattern>/monitor</url-pattern>
</servlet-mapping>
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||