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

Compare with Current View Page History

Version 1 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 NombreContenedor (el que pusimos en --name al ejecutar el docker run)
    2. Within the KOP container:
      1. supervisorctl stop wildfly
      2. /root/kiuwan/deployKiuwan.sh
      3. supervisorctl start wildfly

 

+ ¿Cómo volver a desplegar kiuwan?
Desde fuera del contenedor
./redeployKiuwan.sh NombreContenedor (el que pusimos en --name al ejecutar el docker run)
Desde dentro del contenedor:
supervisorctl stop wildfly
/root/kiuwan/deployKiuwan.sh
supervisorctl start wildfly

 

 

KOP Licenses are distributed through a license distribution zipfile (tipically something like KOP_licenses.zip).

The license distribution zipfile contains two directories :

  • configq1
  • license

Files contained within those directories should be copied to your KOP installation (substituting previous ones):

  1. Login to the KOP container (as root)
  2. Stop Wildfly by executing:
    • supervisorctl stop wildfly
  3. Change to $KIUWAN_VOL (the directory of the container where Kiuwan software is installed)
  4. Make a copy of previous contents of $KIUWAN_VOL/configq1 and $KIUWAN_VOL/license directories 
    1. cp -r ./configq1 ./configq1.old
    2. cp -r ./license ./license.old 
  5. Uncompress the license distribution zipfile in your local computer 

  6. Transfer the files contained under configq1 and license folders from your computer to KOP container ($KIUWAN_VOL/configq1 and $KIUWAN_VOL/license)

  7. Restart Wildfly by executing:
    • supervisorctl start wildfly


  • No labels