OFBiz部署遇到的种种问题

阅读更多
本人刚刚开始ofbiz的道路,有说错的地方请大家指点:
1.解压,import项目
2.在build path  add class folder里加上base/config,base/cert,base/dtd目录
3.将classpath的第一行放到tomcat-7.0.27.servlet-api.jar后面,结果如下:


4.注释掉ofbiz-containers.xml中有关birt的代码块(问题待解决)
5.ant run-install(不是直接ant的) (在ofbiz12中ant run-install变成ant load-demo)
6.然后再startofbiz
6.1vfs和webslinger问题,网络上(包括Opentaps论坛与OFBiz Mailing Lists)所提供的解决方案是在Opentaps中禁用vfs和webslinger,即把\framework\base\config\ofbiz-containers.xml中以下两行注释掉:


6.2出现“...org.apache.derby.jdbc.EmbeddedDriver...”异常,要将//ofbiz 12.04/framework/entity/lib/jdbc下的jar包加到build path中

你可能感兴趣的:(ofbiz,jdbc,ant,derby,apache)