I'm interested in running one instance of
Tomcat and MySQL with multiple instances of JForum each with their own database schema.
I have two instances of JForum deployed on a single instance of Tomcat. Both instances are running but when I modify the first instance the second instance sees the changes from the first.
Each instance has a different database name in the WEB-INF\config\database\mysql\mysql.properties.
Any ideas as to what I'm doing wrong?
Thanks,
Wes
[originally posted on jforum.net by wes]