asmuts 02/02/19 21:31:16 Modified: src/conf cache2.ccf cache.ccf Log: getting some code around a possbile xml-rpc lateral doesn't work yet need to convert Led to some other type for argument? lateral cache framework needs some refactoring, the lateral caches are hard coded in the LateralCacheManger. This should be more dynamic or the individual laterals should be more independent. Also, the lateralCacheAtributes has variable for all types. This is ugly too. The lateral cache was never the highest priority. xml-rpc familiar folk can build apon this, change the led method type to a method name, etc. Add startup testing of the webserver, make sure it is not intialized more than once, etc. Revision Changes Path 1.7 +8 -0 jakarta-turbine-stratum/src/conf/cache2.ccf Index: cache2.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache2.ccf,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cache2.ccf 17 Feb 2002 07:09:06 -0000 1.6 +++ cache2.ccf 20 Feb 2002 05:31:16 -0000 1.7 @@ -65,6 +65,14 @@ jcs.auxiliary.LTCP.attributes.TcpListenerPort=1111 jcs.auxiliary.LTCP.attributes.PutOnlyMode=false +jcs.auxiliary.XMLRPC=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory +jcs.auxiliary.XMLRPC.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes +jcs.auxiliary.XMLRPC.attributes.TransmissionTypeName=XMLRPC +jcs.auxiliary.XMLRPC.attributes.HttpServers=localhost:8181 +jcs.auxiliary.XMLRPC.attributes.HttpListenerPort=8182 +jcs.auxiliary.XMLRPC.attributes.PutOnlyMode=false + + jcs.auxiliary.LTCP2=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory jcs.auxiliary.LTCP2.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes jcs.auxiliary.LTCP2.attributes.TransmissionTypeName=TCP 1.13 +8 -0 jakarta-turbine-stratum/src/conf/cache.ccf Index: cache.ccf =================================================================== RCS file: /home/cvs/jakarta-turbine-stratum/src/conf/cache.ccf,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- cache.ccf 19 Feb 2002 04:46:54 -0000 1.12 +++ cache.ccf 20 Feb 2002 05:31:16 -0000 1.13 @@ -118,6 +118,14 @@ jcs.auxiliary.LTCP2.attributes.TcpListenerPort=1111 jcs.auxiliary.LTCP2.attributes.PutOnlyMode=true +jcs.auxiliary.XMLRPC=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory +jcs.auxiliary.XMLRPC.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes +jcs.auxiliary.XMLRPC.attributes.TransmissionTypeName=XMLRPC +jcs.auxiliary.XMLRPC.attributes.HttpServers=localhost:8182 +jcs.auxiliary.XMLRPC.attributes.HttpListenerPort=8181 +jcs.auxiliary.XMLRPC.attributes.PutOnlyMode=false + + # example of how to configure the http version of the lateral cache # not converteed to new cache jcs.auxiliary.LCHTTP=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
