如何安装配置.txt
上传用户:hbzhoufeng
上传日期:2009-12-23
资源大小:75k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

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