You might try removing the install
servlet definition from your web.xml as described in:
https://coderanch.com/t/576919 #14222
It could be that your caching engine is being re-initialized but not all the repository stuff.
Is this a clustered install of some sort? Jforum's caching mechanism is not cluster safe. It assumes that all repository classes are loaded in the same class loader domain.
With Jforum working fine in so many other application containers, I would start looking for Websphere config or bugs that deal with static properties not being updated across all sessions.
[originally posted on jforum.net by monroe]