Hi, let me introduce myself.
I'm Scott Sauyet, and you may see a bit of me around here for a while. For a new project we are planning on customizing JForum, running a stripped-down version through a portlet. I get the task of setting this up, so I will probably have some questions.
And here's the first one:
On this page:
http://www.jforum.net/development.jsp
it says
First of all, create an empty file named jforum-custon.conf in the directory WEB-INF/config .This file is necessary when working on teams, since you should not change SystemGlobals.properties to put your own configuration data, like passwords and forum address. After creating the file, just add it to .cvsignore.
I did that, but it didn't work. I had to go into WEB-INF/config/database/mysql/mysql.properties to get this to work. I initially installed the release, and used that to configure my database. Then I replaced it with the version from CVS, and I was getting DB Connection problems until I updated the mysql.properties. Shouldn't the jforum-custom.conf file override these?
-- Scott
[originally posted on jforum.net by scott_sauyet]