-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: how to set ehcache disk location?
PostPosted: Thu Sep 16, 2004 4:21 pm 
Newbie

Joined: Fri Aug 06, 2004 8:10 am
Posts: 9
Location: Brazil
can i set a different disk location for ehcache?

ehcache i'ts trying to store cache in a disk location (default) that i don't have write access.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 16, 2004 4:58 pm 
Beginner
Beginner

Joined: Mon May 03, 2004 1:25 pm
Posts: 31
from the ehcache.xml config file
Code:
<!-- Sets the path to the directory where cache .data files are created.

         If the path is a Java System Property it is replaced by
         its value in the running VM.

         The following properties are translated:
         user.home - User's home directory
         user.dir - User's current working directory
         java.io.tmpdir - Default temp file path -->
    <diskStore path="java.io.tmpdir"/>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.