Hi, On 13 Feb 2015 at 11:04:49, D R ([email protected](mailto:[email protected])) wrote:
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?
Sure, you can have a cron that verifies if XWiki is up by pinging a URL every minute or so and restart it if not. The ping will perform the init on restart. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Xinit (linked from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Monitoring at the bottom, we need a better documented section for this. If anyone is willing to help out… ;)) Thanks -Vincent
Setup: Windows Server 2003 R2, Tomcat 7, JDK 7, Apache 2.4, MySQL 5
Thanks in advance, Dennis