I am getting ready to
test a deployment with jforum to another machine..and I was expecting I could just override property values in SystemGlobal.properites such as:
forum.link
homepage.link
etc..
but when I fire up jforum, these values appear to be ignored.
When I login as admin, as see the values are different..if I change the values in the admin config they take hold..but the systemGobals.properties does not reflect the change..
am I missing something?
without looking at the source..I'm betting the admin console is most likely writing these into the database..further I'm betting that if the DB contains these configs..it uses whats in the db vs the properties file?
For my deployment process of jforum, I was intending to (first time deployment):
Install new JForum war (from download)
run install via webserver. (to get the db built).
replace the config files, and some templates, etc..
is there a better way?
[originally posted on jforum.net by dano]