For all my tests I left loopback=false, but i'm not sure about this.
What you can do for
testing purposes is to make a little jboss cache test script, start it in each server and then see if the replication works. I usually do something like this:
1) I use beanshell. So, first, you have to set up the classpath:
I put "\" here to not break the layout.. I'm not sure if it will work on Windows (just remove it and you're fine)
Then, I start the beanshell console:
And then we start jboss-cache:
Now all you have to do is to put objects and see if it gets replicated.. something like
and
in the other servers.
If you cannot see any output, type "show();"
The idea is: if this code does not work, then it is some problem with jboss-cache configuration. Otherwise, it may be a problem with JForum.
Rafael
[originally posted on jforum.net by Rafael Steil]