Hi, Is this behaviour (waiting the first "end user" http connection to be fully ready to accept users connections ?) a normal xwiki behaviour ? If we when does this "strange feature" has been introduced? Because as far as I know this is/was not the case in version 3.x. best regards, PS: we are in the process to evaluate an xwiki migration. Le 13/02/2015 11:25, Yvan Arnaud a écrit :
Hi,
you could use the following Powershell Script on your Windows Server:
# Initiate XWIKI after restart $webclient = new-object System.Net.WebClient $webpage = $webclient.DownloadString("http://xwiki-server-address")
Basically, it opens the home page as a client, thus initiating XWiki. You could program a task at start of your server.
Hope it helps.
Best regards Yvan
Am 13.02.2015 um 11:04 schrieb D R:
Hi,
after every reboot of our Windows Server when first connecting to XWiki in the browser a page is shown with "Initializing (xx%)" which runs for several seconds before finally the XWiki main page is shown.
Is there some way to automate this initialization after the machine rebooted?
Setup: Windows Server 2003 R2, Tomcat 7, JDK 7, Apache 2.4, MySQL 5
Thanks in advance, Dennis _______________________________________________ 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