Hi all
Today, I came across something that doesn’t really make sense to me. We have multiple physical machines here, each of which has its own tomcat running. Think of it as load balancer setup (although we’re not there yet).
XWiki is deployed within each container; each deployment pointing to the same Oracle database. I checked like 20 times, all the JDBC urls are exactly the same. On the other hand, they do not share the same environment.permanentDirectory
. Everything is configured to be stored in the database, with as little as possible to be put into the filesystem.
I would now expect that when I edit a page on host A, the change would immediately be visible on host B. Short: It’s not.
What I would like to know before I start afresh, flush the database and remove the whole permanent directory: Am I expecting something impossible?
If you guys say “that should work”, I’ll dig deeper into it with a clean installation.
Thanks in advance
André