如何安装配置.txt
上传用户:hbzhoufeng
上传日期:2009-12-23
资源大小:75k
文件大小:1k
- 1、拷贝com目录(内含Borrow.class)到Tomcatsharedclasses目录下。
- 2、在tomcat的配置文件server.xml中加入:
- <Context path="/jiaotw" docBase="../../ofbiz/jiaotw/webapp" debug="0" reloadable="true">
- <Logger className="org.apache.catalina.logger.FileLogger" prefix="jiaotw_log." suffix=".txt" timestamp="true"/>
- </Context>
- 3、拷贝jiaotw目录到ofbiz目录中。
- 4、在tomcatsharedclassessserviceengine.xml中加入
- <global-services loader="mainfile" location="services_jiaotw.xml"/>
- 5、拷贝services_jiaotw.xml到C:ofbizcommonappglobalservices
- 6、拷贝entitymodel_jiaotw.xml到C:ofbizcommonappentitydef
- 7、修改C:ofbizcommonappentitydefentitygroup.xml,加入
- <entity-group group="jiaotw" entity="Borrow" />
- 8、tomcatlibclassesentityengine.xml中加入
- <group-map group-name="jiaotw" datasource-name="localoracle"/>
- <resource loader="mainfile" location="entitymodel_jiaotw.xml"/>
- 9、建立xpdl定义中的相关用户,如果partyId不同,需要修改xpdl中的相应内容。
- 10、导入xpdl。