http://www.xplanner.org
在http://www.softme.com/ 下载cnXPlanner-0.6.1.war,重命名为xplanner.war。
到http://www.apache.org下载ant,关于ant的配置这里就不详细说了
这里用的数据库是Mysql,到http://www.mysql.org下载,建立一个xplanner的数据库
建立一个xplanner的用户,密码设定为xxxxxx
将下载的xplanner解压缩
进入resources文件夹,修改xplanner.properties文件,将数据库和用户名修改为之前自己建立的名称。
hibernate.connection.url=jdbc:mysql://127.0.0.1/xplanner?autoReconnect=true
hibernate.connection.username=xplanner
hibernate.connection.password=xxxxxx
找到build.xml
在DOS下进入build.xml所在目录,执行ant install.db.schema
用winzip之类的解压缩工具打开cnxplanner.war,修改WEB-INF\classes下的xplanner.properties
改成
hibernate.connection.url=jdbc:mysql://127.0.0.1/xplanner?autoReconnect=true
hibernate.connection.username=xplanner
hibernate.connection.password=XXXXXX
与刚才建库时相同的内容即可