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 [email protected] http://lists.xwiki.org/mailman/listinfo/users