Static assets (things from the ux bundle) and items loaded from the server
(search nodes, proxy configurations, etc) all go into JackRabbit. Any
dynamic or user generated data is stored in Sparse. In both cases, anything
over the threshold is written to disk. The threshold is configurable in
JackRabbit and Sparse.


On Fri, Aug 3, 2012 at 4:40 AM, Jan Kulmann <[email protected]>wrote:

> Thanks for this advise. Is there any document which explains where what
> kind of information is stored? I'm a little bit confused about database
> and filesystem storage in OAE.
>
> Thanks,
> Jan
>
> Am 02.08.2012 16:41, schrieb Erik Froese:
> > Jan,
> >
> > That content is not in the JCR. Right now there's not a great way to
> > browse multiple user records other than viewing them as JSON records
> > via HTTP.
> >
> > If you use chrome or firefox, install JSONView.
> >
> > To view a user record:
> > http://localhost:8080/system/userManager/user/$USERNAME.json
> >
> > To view profile information:
> > http://localhost:8080/~$USERNAME/public/authprofile.infinity.json
> >
> > You can find out a lot of information about objects and how thy're
> > stored on the system by adding a .json selector to the end of URLs.
> > Not every one of them will work that way though.
> >
> > Erik
>
> --
> Jan Kulmann
> University of Bremen, Germany
> Center for Multimedia in Higher Education
> http://www.zmml.uni-bremen.de
> Stud.IP Team
> https://elearning.uni-bremen.de
> _______________________________________________
> oae-dev mailing list
> [email protected]
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
_______________________________________________
oae-dev mailing list
[email protected]
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to