First, introduction
MvnForum is based on JSP / Servlet development, support JSP 1.2 and servlet 2.3, installation and use are very simple.
Main features:
Based on the MVC architecture built-in database connection pool multiple databases (DB2, Mysql, Oracle 8i / 9i, SQL Server, PostgreSQL, HSQLDB, Interbase / Firebird, SAPDB) Internationalization (support 14 languages: English, Simplified, Traditional, etc.) Jakarta Common Logging This you can view the forum function and all features.
Second, the installation environment
Reference server: Tomcat 4.1.27http://jakarta.apache.org/tomcat/index.html Database: PostgreSQL 7.3.3http://www.postgreSQL.org
Third, installation
1. Download mvnforum 1.0.0 RC 1, if you need source, you can download MvnForum 1.0.0.0 rc1.zip to the mvnforum-1.0.0-rc1 directory. Copy the mvnforum-1.0.0-rc1 / webapp directory to the Tomcat / WebApps / Directory, and then rename the webApp to mvnforum (change to any name as needed). Then then copy mvnforum-1.0.0-rc1 / driver / postgreSql.jar to Tomcat / WebApps / mvnForum / Web-INF / LIB / directory. 3. Establish a forum database table. MvnForum first create a database in PostgreSQL, run the following command: CREATEDB -E unicode mvnForum then performed mvnforum-1.0.0-rc1 / sql / mvnForum_postgresql.sql file, create a table, run the following command: #psql mvnForummvnForum = # / i mvnForum_postgresql. SQL4, modify Tomcat / WebApps / mvnForum / Web-INF / CLASS / MVNCORE_DB_DBOPTIONS.PROPERTIES file, this file is configured with database information. Set as follows: DRIVER_CLASS_NAME = org.postgresql.DriverDATABASE_URL = jdbc: postgresql: //192.168.0.10: 5432 / mvnForumDATABASE_USER = postgresDATABASE_PASSWORD = 5, the basic installation is complete, start Tomcat, via http: // localhost: 8080 / mvnforum / index. JSP can access the forum. 6. Admin management, http: // localhost: 8080 / mvnforum / mvnforumadmin / index. The username and password are admin, and the administrator can increase the layout and manage users after login.
Author: En construction Source: http: //www.sentom.net