Hi Marco, Not sure but it seems to be not iBATIS. I'd guess your windows box has a filesystem permissions issue. How are the permissions for f:\\oscache? Does the user that Tomcat relies on has write permission on that directory?
Hope that helped, Daniel Silva. On 7/19/05, Marco Berri <[EMAIL PROTECTED]> wrote: > 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 > >
