The first two days in the study Free forum, through Oschina and related documents, the final choice of Jforum, first he was written in Java, and second convenient two times development, and some of the forum's source code are already not maintained, jforum in recent months there are newer, However, from the official website to download the zip version and source code, the zip version of the deployment to the Web container is operational, and the configuration is successful (I use the MYSQL5.6+TOMCAT7) configuration process encountered problems as follows:
1. Script error, first in the script in the way the transaction, type should be changed to engine, followed by the comparison with the Oracle script to find some script less fields, the specific changes are shown in the attachment
After the configuration is successful, and most of the functionality is normal, but at this point I want to import the source into the IDE (eclipse4.4 Luna) deployment is always unsuccessful, and then instead first create an empty Dynamic Web project in local workspace
The steps are as follows:
Step 1:
1.
Step 2:
Step 3:
Copy the package file under SRC from the source to the new project, and configure the corresponding classpath
If you encounter a problem that Base64decoder cannot find, please remove the JRE system library in Classpath and add it again
At this point, restart the server, you can access!