XPLANNER installation
Download XPLANNER
http://www.xplanner.org
2. Download the Chinese version of the CNXPLANNER
Download CNXPLANNER in http://www.softme.com/-
0.6.1
.war, renamed XPlanner.war.
3. Configure ANT
Download Ant to http://www.apache.org, about the configuration of Ant, not detailed here.
4. Create a database
The database used here is mysql, to http://www.mysql.org download, build a XPLANNER database
Build a XPLANNER user, password is set to 123456
5. Table with ANT
Unzip the downloaded XPlanner
Enter the Resources folder, modify the XPLANNNER.Properties file, modify the database and username to previous names.
Hibernate.Connection.url = jdbc: mysql: //127.0.0.1/xplanner? Autoreconnect = TRUE
Hibernate.Connection.userName = XPLANNER
Hibernate.connection.password = 123456
Find Build.xml
Enter into build.xml in DOS, execute ant instalall.db.schema
6. Modify the CNXPLANNER database connection string
Using the decompression tool such as Winzip to open CNXPLANNER.WAR, modify XPLANNER.Properties under Web-INF / CLASSES
Change to
Hibernate.Connection.url = jdbc: mysql: //127.0.0.1/xplanner? Autoreconnect = TRUE
Hibernate.Connection.userName = XPLANNER
Hibernate.connection.password = 123456
The same content as just now
7. Copy XPlanner.war under WebApps under Tomcat
8. Execute Tomcat, run http: // localhost: 8080 / XPLANNER can see the effect