Hey everybody,
I found some information on clustering for Xwiki where I have to set the observation.remote.enabled to true. Per my understanding the cache would be synchronized between every instance (via Jgroups).
Now we want to use the following architecture:
We have 2 datacenters. In each datacenter are 2 servers with a Xwiki instance running (so 4 instances in 2 datacenters). As database we want to use Oracle RAC.
Is it possible to run these 4 instances on the Oracle RAC? Is it possible to invalidate the cache of another instance if one instance has some write action or something (so it generates a new cache on its own)?
We would have 1 loadbalancer to manage the load between the two datacenters and 1 loadbalancer in every datacenter to manage the load between the 2 instances. Every instance should show the same content...
Kind regards,
Patrick
I fixed problem with encoding (add string in "Meta HTTP info" and add string in conf/server.xml). Thank you for help!
What can I do with second problem (empty "All pages")?
----- Исходное сообщение -----
От: "Григорий Стренин" <strenin.g(a)f-heads.ru>
Кому: "users" <users(a)xwiki.org>
Отправленные: Вторник, 9 Июнь 2015 г 12:16:57
Тема: Re: [xwiki-users] 2 problems with XWiki: search and "All pages"
I click on the link "xwiki server IP/xwiki/bin/view/Main/allpages" (on the right panel).
----- Исходное сообщение -----
От: "Marius Dumitru Florea" <mariusdumitru.florea(a)xwiki.com>
Кому: "users" <users(a)xwiki.org>
Отправленные: Вторник, 9 Июнь 2015 г 11:44:58
Тема: Re: [xwiki-users] 2 problems with XWiki: search and "All pages"
On Tue, Jun 9, 2015 at 9:14 AM, VasyaPupkin <strenin.g(a)f-heads.ru> wrote:
> Hi all! My english is bad, and I sorry about this...:-\
>
> I have XWiki Enterprise 6.4.3 on CentOS 7.
>
> And first problem is: when I click on "All pages", I see nothing, but the
> pages have (screenshot 1)
Where exactly did you click? By default there's no page named "allpages".
> <http://xwiki.475771.n2.nabble.com/file/n7595058/1.jpg>
>
> Second problem is: when I try to search something in Russian language I get
> symbols as in the screenshot 2
> <http://xwiki.475771.n2.nabble.com/file/n7595058/2.jpg>
>
> In English language search works fine.
>
> xwiki.encoding=utf-8
The encoding must be configured at multiple levels. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding .
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.com/2-problems-with-XWiki-search-and-All-page…
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hello, three questions:
1) How to make list of all wiki's users
(http://localhost:8080/xwiki/bin/view/Main/UserDirectory) hidden from users
and unregistered users? By removing "view" rights I made whole "Main" wiki
unavailable and that is not what I wanted. So I simply deleted
"UserDirectory" page. I am not sure whether it was correct approach.
2) How to make user profile page available only for particular user? Right
now these profile pages are available for every one who knows the link
(i.e., http://localhost:8080/xwiki/bin/view/XWiki/<USER_NAME>).
3) How to make user profile pages only read only (if possible then only
admins can edit)? We have integration with LDAP so it makes no sense to edit
profile info. Also it is not nice that regular user can set "Display hidden
documents" to "True".
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/User-list-and-user-profile-access-rights-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
What I have to do... I would like to make a link on page to file, I mean:
"User have to click link to download". [This link isn't a link to Internet
page]
I want to add file to the page as attachment for users to download.
Thanks,
Maciek.
On my first try, the Windows command prompt gave http://idea-PC:8080/ as a directory of my wiki. The next day, the command prompt gave me a different directory which was http://tonec.com:8080/, although I can still access the first directory given to me. I prefer using the first directory, since tonec.com is related to other software (the program might have made a mistake in choosing the directory). How can I make the default directory back to the first?
Starting the XWiki program takes a long time. The navigation inside the wiki also sometimes do. Is there nothing I can do to make it fast? Thanks guys!
The XWiki development team is proud to announce the availability of
XWiki 7.1 Release Candidate 1.
This is mostly an improvements release on new performance report
design, Solr search UI and Watchlist notifications. It also introduce
the experimental support for flavors in the Distribution Wizard.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki71RC1
The following people have contributed code to this release:
Anca Luca
Denis Gervalle
Guillaume Delhumeau
Eduard Moraru
Guillaume Delhumeau
Manuel Smeria
Marius Dumitru Florea
Thomas Mortagne
Vincent Massol
Thanks for your support
-The XWiki dev team
As stated here, the standalone XWiki Enterprise Version 7.1-milestone-2 installer is "not supposed to be used in production." What do you mean by that? That was then supported by the reason that "the embedded database does not support large wikis efficiently."Does that mean I can't use it in the long run even if I would only use it as a personal offline wiki and never as a network wiki?
Thanks guys!
Hello everyone,
I am writing a script to translate XML exports of Mediawiki pages into the
XAR format that XWiki can import.
My challenge is that I have not found a formal definition of what the
page's xml as well as the package xml should be, as they do not contain
schema information.
I have been "reverse engineering" the definition by looking at some
exports, but if anyone is aware of where the definition could be found it
would be extremely helpful.
Thanks!