You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Richard Shih b48cc8ffe9 add initial script for rancher-server 5 years ago
..
config Enable deployment-scanner auto deploy feature 6 years ago
initial 1. 更新docker & docker-compose安裝方式(RHEL) 6 years ago
modules 拆分設定wildfly module動作降低每次下載image檔案大小 6 years ago
.DS_Store daily commit 6 years ago
Dockerfile 修正wildfly-tml Docker file permission 6 years ago
README.md update readme content 6 years ago
buildImage.sh changes for TML UAT Environment 6 years ago

README.md

wildfly-tml

khhwtml02t.wanhai.com:8182/jboss/wildfly-tml
定義TML System modules & cnfigurations,所有與TML系統相關設定及改變可在此層進行異動

Base Image

khhwtml02t.wanhai.com:8182/jboss/wildfly-base/wildfly-base

Configurations

  1. 預先在 ${JBOSS_HOME}'/standalone/deployments/ 建立WHL_TML.ear

     WHL_TML.ear
         |-META-INF
         |    |-application.xml
         |    |-tml-config.xml
         |
         |-lib
         |   |-tml-utility.jar
         |   |-tml-security.jar    
         |
         |-whl-biztml.jar
    

    各系統模組war檔均deploy至WHL_TML.ear/

  2. 新增standalone-minimal.xml (僅載入必要 extensions)

Predefined Modules

Location: ${JBOSS_HOME}/modules/

Name Version
com.wanhai.base 1.0.0
com.wanhai.zk 1.0.0
com.wanhai.tml.bizbean 0.1.0
com.wanhai.tml.vo 0.1.0