So all I have to do is add:

    <servlet>
        <servlet-name>JCSRemoteCacheStartupServlet</servlet-name>
        <servlet-class>
            
org.apache.commons.jcs.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>

to web.xml and it's good to go for Java EE? What is the servlet mapping used
for?



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/JCS-JCache-replication-tp4677031p4677037.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to