|
|
|
如何整合jboss + ofbiz ?谢谢!
|
2003年12月24日 10:19
|
|
|
标签列表
|
|
不知哪位能帮忙指点一下: 如何整和jboss + ofbiz ?
|
|
|
|
|
|
Re: 如何整合jboss + ofbiz ?谢谢!
|
2003年12月25日 14:15
|
|
|
bang大哥, 能否帮忙指点一下?
这几天我是利用ant ,按照ofbiz/setup/jboss3/*中的相关文件的提示进行配置的,但是在启动服务器的时候(ofbiz.bat -c ofbiz),服务器总是提示如下的错误: ERROR: invalid console appender config detected, console stream is looping
我查了相关网站,说是服务器在检查ofbiz/deploy/ofbia.ear的过程中log4j.xml,debug.properties之间有冲突的问题,我试过多次,但是始终没成功! (其中有这么一篇文章: http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=63&t=000034 )
|
|
|
|
|
|
Re: 如何整合jboss + ofbiz ?谢谢!
|
2003年12月26日 09:32
|
|
|
|
|
|
|
|
|
Re: 如何整合jboss + ofbiz ?谢谢!
|
2003年12月26日 10:04
|
|
|
to EricZheng :
我的jboss 版本是3.0.7 ofbiz版本是2.1.1
|
|
|
|
|
|
Re: 如何整合jboss + ofbiz ?谢谢!
|
2004年01月07日 09:28
|
|
|
这个问题为什么没人回答呢?
我没用过jboss 3.0, 我用的是jboss 3.2.2 我修改了发布ofbiz-2.1.1到jboss3.2.2相关的配置文件xbuild.xml、build.xml、build.properties
1. copy xbuild.xml & build.properties to \ofbiz copy build.xml to \ofbiz\setup\jboss3
2. Modify build.properties: ofbiz.home=/ofbiz server.home=/jboss-3.2.2
3. execute: ant -f xbuild.xml install ant -f xbuild.xml deploy
注:原build.xml中会将debug.properties文件copy到jboss\server\fbiz\conf中, 但好像和jboss本身的log4j设置冲突。所以我没有copy debug.properties
yxb36JM8OvB15.rar
|
|
|
|
|
|
Re: 如何整合jboss + ofbiz ?谢谢!
|
2004年04月05日 14:33
|
|
|
|
这个问题很简单,你把Debug.java内的一句初始log4j的代码注释掉就可以拉
|
|
|
|