Hello,

On Wed, Jan 11, 2012 at 11:23 AM, mohit gupta <motgu...@gmail.com> wrote:

> I have a question regarding the location of storage of different content in
> xwiki.(I mean does it get stored in xwiki databse which we mention in
> hibernate.cfg.xml or somewhere else on disc?)Where does below contents gets
> stored in xwiki :-
> 1)Space and page contents
>

In the database.


> 2)Atachment under spaces/pages
>

There are 2 ways of storing attachments:
a) As part of documents (each attachment is stored as binary data in the
document xml) -> they go along with the documents in the database.
b) As filesystem attachments -> they go on the filesystem


> 3)Users ,groups, spaces
>

Almost everything in XWiki is a document :) So, users, groups, spaces are
all documents -> they all go in the database.


> 4)Rights given to Users ,groups, spaces
>

Rights given to users, groups are objects attached to documents (each
object is part of the document xml) -> they go with documents in the
database.


> 5)Any modification done from admin user like changes in main Page
> configuration/Look and Fell , changing the default colour theme or
> addition of new colour theme.
>

Color themes are also documents -> they go in the database.
Unless the Look & Feel changes are made in the filesystem skin (this is not
recommended), all the UI changes go in the database.

Raluca.


>
>
> Thanks.
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to