Hy all!
I realized an Ibatis embedded Java application with OScache.
Within Linux environment everything is right, but within Win environment (Windows 2003 Server) OS cache falls down and cache can't be written.
Anybody could help me?
Lot of thanks


Specifications::

SO: windows 2003 Server EE
Ibatis: 2.1.0.565
OSCACHE: 2.1.1

Tomcat: 5.0

oscache.properties

cache.memory=false
cache.key=__oscache_cache
cache.persistence.class =
com.opensymphony.oscache.plugins.diskpersistence.HashDiskPersistenceListener
#because the windows don't write file with "|"
cache.persistence.disk.hash.algorithm = MD5

cache.path=f:\\oscache
cache.algorithm=com.opensymphony.oscache.base.algorithm.UnlimitedCache
cache.capacity=150
cache.unlimited.disk=true

Reply via email to