Hi All,

I switched on the 'managers' option in Torque and after
some configuration problems it looks quite good now.

But there is a point that puzzles me. The example
'cache.ccf' looks something like this:

....
jcs.region.net_bar_om_Foo=
jcs.region.net_bar_om_Foo.cacheattributes=
    org.apache.stratum.jcs.engine.CompositeCacheAttributes
jcs.region.net_bar_om_Foo.cacheattributes.MaxObjects=1200
jcs.region.net_bar_om_Foo.cacheattributes.MemoryCacheName=
    org.apache.stratum.jcs.engine.memory.lru.LRUMemoryCache
....

But in 'jcs-1.0-dev.jar' are no classes named
'org.apache.stratum.jcs.engine.CompositeCacheAttributes' or
            ^^^^^^^^
'org.apache.stratum.jcs.engine.memory.lru.LRUMemoryCache'.
            ^^^^^^^^

I removed the 'stratum.' part and used
'org.apache.jcs.engine.CompositeCacheAttributes' and
'org.apache.jcs.engine.memory.lru.LRUMemoryCache' in the
configuration and the "class not found"-exceptions vanished
from the log.

Is this a bug in the documentation or do I miss the point?

Thanx in advance,
Christoph

PS: By the way, thank you Peter :-)

--
-----------------------------------------------------------
Christoph Priebe
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>

Reply via email to