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.