Class RemoteCacheStartupServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.commons.jcs3.auxiliary.remote.server.RemoteCacheStartupServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

This servlet can be used to startup the JCS remote cache. It is easy to deploy the remote server in a tomcat base. This give you an easy way to monitor its activity.

servlet> <servlet-name>JCSRemoteCacheStartupServlet</servlet-name> <servlet-class> org.apache.commons.jcs3.auxiliary.remote.server.RemoteCacheStartupServlet </servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>JCSRemoteCacheStartupServlet</servlet-name> <url-pattern>/jcs</url-pattern> </servlet-mapping>

See Also: