You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

KOP configuration 

 

KOP Configuration

 

  1. How to make changes in KOP configuration ?
    1. Within the KOP container, edit configuration files located under $(KIUWAN_VOL)/deployconfig/kiuwan
    2. Deploy Kiuwan
  2. How to make changes in Wildfly configuration ?
    1. Within the KOP container, edit configuration files located under $(KIUWAN_VOL)/deployconfig/wildfly
    2. Deploy Kiuwan
  3. How to deploy Kiuwan (after configuration changes) ?
    1. Within the docker server:
      1. ./redeployKiuwan.sh <container_name> (as set in --name when executing docker run)
    2. Within the KOP container:
      1. supervisorctl stop wildfly
      2. /root/kiuwan/deployKiuwan.sh
      3. supervisorctl start wildfly

 

  • No labels