Browse Source

修正wildfly-tml預設建立ear module的路徑

master
Richard Shih 6 years ago
parent
commit
bfe6f39a5a
1 changed files with 1 additions and 1 deletions
  1. 2
      wildfly_tml/initial/setup.sh

2
wildfly_tml/initial/setup.sh

@ -12,5 +12,5 @@ curl -# -o ${earDir}/${earLibDir}'/tml-utility.jar' http://khhwtml02t.wanhai.com
curl -# -o ${earDir}/${earLibDir}'/zuljsp.jar' http://khhwtml02t.wanhai.com:8181/repository/maven-public/org/zkoss/zk/zuljsp/2.6.0/zuljsp-2.6.0.jar
curl -# -o ${earDir}'/whl-biztml.jar' http://khhwtml02t.wanhai.com:8181/repository/maven-public/com/wanhai/tml/whl-biztml/0.1.0/whl-biztml-0.1.0.jar
#copy config files to META-INF
cp -Rf ${JBOSS_HOME}/config/config/${earMetaDir} ${earDir}/${earMetaDir}
cp -Rf ${JBOSS_HOME}/config/config/${earMetaDir} ${earDir}
#copy config files to wildfly
Loading…
Cancel
Save