Xplanner Manual (installation) (2)

Source: Internet
Author: User
Xplanner Installation

1. Download xplanner

Http://www.xplanner.org

 

2. Download the Chinese version of cnxplanner

In http://www.softme.com/download cnxplanner- 0.6.1 . War, and rename it xplanner. War.

 

3. Configure ant

Download ant from the http://www.apache.org. The ant configuration is not detailed here

 

4. Create a database

Here the database is MySQL, download to the http://www.mysql.org, create an xplanner Database

Create an xplanner user and set the password to 123456.

 

5. Use ant to create a table

Decompress the downloaded xplanner

Go to the resources folder, modify the xplanner. properties file, and change the database and user name to the name you created previously.

Hibernate. Connection. url = JDBC: mysql: // 127.0.0.1/xplanner? Autoreconnect = true

Hibernate. Connection. Username = xplanner

Hibernate. Connection. Password = 123456

Find build. xml

Go to the directory where build. XML is located in DOS and execute ant install. DB. schema.

 

6. Modify the database connection string of cnxplanner

Open cnxplanner. War with decompression tools such as WinZip and modify xplanner. properties under WEB-INF/classes

Change

Hibernate. Connection. url = JDBC: mysql: // 127.0.0.1/xplanner? Autoreconnect = true

Hibernate. Connection. Username = xplanner

Hibernate. Connection. Password = 123456

The same content as the previous database creation.

 

7. Copy xplanner. War to webapps under Tomcat

8. Run Tomcat and run http: // localhost: 8080/xplanner.

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.