发布网友 发布时间:2022-12-22 00:33
共2个回答
热心网友 时间:2024-12-12 18:57
可以直接添加的eclipse中,其实ofbiz已经将tomcat嵌入到应用中,你只需要启动里边的一个bat文件就可以了,官方document里边写了具体的怎样打包,怎样运行,没有很难的东西很容易看懂。热心网友 时间:2024-12-12 18:57
你可以先目录下的 README 文件,然后先跑起来.追答README 写的很清楚,命令行执行那几个命令就起来了,和你的系统都有关系,
windows: ant run-install
java -Xms128M -Xmx512M -XX:MaxPermSize=128m -jar ofbiz.jar
Once OFBiz starts, you can look at the demo storefront at:
http://localhost:8080/ecommerce
and the administration interface at:
https://localhost:8443/webtools