Open Source Project Forum Mvnforum Installation Introduction

Source: Internet
Author: User
Tags postgresql

First, Introduction

Mvnforum is based on Jsp/servlet development, supports JSP 1.2 and Servlet 2.3, and is simple to install and use.

Main Features: database connection pool based on MVC architecture (DB2, MySQL, Oracle 8i/9i, SQL Server, PostgreSQL, Hsqldb, Interbase/firebird, SAP DB) Internationalization (support in 14 languages: 中文版, simplified, traditional, etc.) Jakarta Common Logging Here you can view the forum features and all the features.


Second, the installation environment

Reference
Server: Tomcat 4.1.27 Http://jakarta.apache.org/tomcat/index.html
Database: PostgreSQL 7.3.3 http://www.postgresql.org

Third, installation

1, download Mvnforum 1.0.0 RC 1, if you need source code, you can download Mvnforum 1.0.0 RC 1 source
2, the Mvnforum-1.0.0-rc1.zip truncated 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 (which can be changed to any name as needed). Then copy the Mvnforum-1.0.0-rc1/driver/postgresql.jar to the tomcat/webapps/mvnforum/web-inf/lib/directory.
3, the Establishment of Forum database table. First create a database Mvnforum in PostgreSQL, execute the following command:
CREATEDB-E Unicode Mvnforum
Then execute the mvnforum-1.0.0-rc1/sql/mvnforum_postgresql.sql file, create the table, and execute the command as follows:
#psql Mvnforum
mvnforum=#/i Mvnforum_postgresql.sql
4, modify the Tomcat/webapps/mvnforum/web-inf/class/mvncore_db_dboptions.properties file, this file configuration and database-related information. Set the contents as follows:
Driver_class_name = Org.postgresql.Driver
Database_url = Jdbc:postgresql://192.168.0.10:5432/mvnforum
Database_user = Postgres
Database_password =
5, Basic installation Complete, start Tomcat, through the http://localhost:8080/mvnforum/index.jsp can access the forum.
6, admin management, Http://localhost:8080/mvnforum/mvnforumadmin/index. User name and password are admin, admin login can add layout and manage users.


Original Author: Wang Enjian
Source: Http://www.sentom.net

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.