Hello, Luis --

Edit $FEDORA_HOME/server/config/spring/akubra-llstore.xml.  In particular:

   <bean name="fsObjectStore" class="org.akubraproject.fs.FSBlobStore"
     singleton="true">
     <constructor-arg value="urn:example.org:fsObjectStore" />
     <constructor-arg value="/your/path/to/objects/here"/>
   </bean>

and

   <bean name="fsDatastreamStore" class="org.akubraproject.fs.FSBlobStore"
     singleton="true">
     <constructor-arg value="urn:example.org:fsDatastreamStore" />
     <constructor-arg value="/your/path/to/datastreams/here"/>
   </bean>

-- Scott

On 09/17/2012 02:09 PM, Luis Zorita wrote:
> Hi all:
> I'm testing fed361 with akubra. I see by default data/datastreamStore
> and data/objectStore are subdirectories of FEDORA_HOME.
> How and where can I modify this path.
> Thanks in advance
> Luis Zorita
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users


-- 
Scott Prater
Shared Development Group
General Library System
University of Wisconsin - Madison
pra...@wisc.edu
5-5415

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to