Hi! I’m new to using XWiki, and I’m running into what’s probably new-guy problems getting the environment up and running for the first time.
I’m running on AWS EC2 instances, and tried two different approaches to getting XWiki running:
Manual, WAR-file installation on Amazon Linux 2
Automated deployment on Ubuntu 18
In both cases, the installation process seems to get hung up when I start Tomcat and try to connect via http://localhost:8080/xwiki. I get a message that XWiki is initializing (12%)… and it never seems to go beyond that point.
Probably I’m missing something obvious, but all my hunting through the installation documents hasn’t put me on the scent yet.
My ideal architecture is multiple instances of XWiki connecting to a remote back-end MySQL DB, but as it is I’m struggling to even get a simple configuration with a local database up.