In this brief introduction, the installation and configuration process of the JForum Forum system, which will involve some basic technical content, if you don't understand these content, please add Java's basics.
Download JForum
JForum is a member of the http://sourceforge.net project, here is the project's home page http://sourceforge.net/projects/jforum, please remember our official website www.jforum.net can also go directly to this The page http://sourceforge.net/project/showfiles.php?group_id=15940 This is here there is a download address of all published versions of JForum. Our CVS servers are placed at http://java.net, if you need to get the source code of the CVS version, please visit http://jforum.dev.java.net download, extract the zip file into your webapp directory. The decompressed directory name may be "beta", "1.0Final" and other words, these are just the version of the program, do not need to be
Configure
Before you officially use JFORUM, you need to do some simple configuration, let's take a step in steps to describe these steps.
First, you need to have a fully installed MySQL or PostgreSQL database system, and the installation configuration of the database is not discussed here.
The WEB-INF / CONFIG / DATABASE /
In this profile, you are mainly modified, Database.Connection.username, Database.Connection.Password two, they are the username and password of the database.
Other options If you don't know, you will not need to modify it, keep the default system can run well.
Then, create the database in the database, directly using the
Run the
Configuring Tomcat (PS: Actually, you can choose any other J2EE server, just this example is Tomcat) This is nothing to say, and you configure other Java Web projects.
other
JForum uses servlet to map to * .page page files, you must make sure that Web.xml has been configured correctly.
In the JForum's web image must have write permissions in the system, otherwise, uploading images will be an error.
There is an admin control panel connection on the page where it is a super administrator interface. The default administrator's username and password are: admin / admin
Here, you can run your JForum system normally. If you encounter problems, please go to the Technical Support Forum to discuss.
http://www.jforum.net/