Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scenario 1 - Direct connection to KOP server

 


Image RemovedImage Added

 

First, you should decide the external URL that KOP clients will useBy KOP clients, we mean Browsers, Kiuwan Local Analyzer, Kiuwan for Developers and API-REST clients.

...

  1. First, create the image as HTTP using 1.1 HTTP scenario configuration (XXXXKiuwan On-Premises Installation Guide)

  2. Once the image is built, convert it to HTTPS following steps described at  Kiuwan On-Premises Installation Guide 


Scenario 2 - Connection to KOP server through a WebServer

 

In this scenario, a webserver (typically Apache) is used as a frontend server to redirect to KOP appserver.

 


Image RemovedImage Added


 

As in the “direct” scenario, you should establish the URL to be used to connect to KOP.

Let suppose that will be something like http://mykop.mydomain.com:708080/saas 

 

Additionally, you will need to configure the “internal” KOP app server URL, for example : http://my_internal_kop.mydomain.com:70817080/saas 

 

Please note that WebServer can communicate to KOP appserver either  through HTTP or AJP.  You can configure the corresponding ports (KIUWAN_PORT and KIUWAN_APPSERVER_AJP_PORT).


Visit Appendix1-Configuring Apache as FrontEnd WebServer to KOP for help on how to configure Apache

 

 PropertyName Value Comments

HTTPS

[ ON | OFF ]

 

KIUWAN_WEBSERVER_PROTOCOL

[ http | https ] 

If HTTPS=OFF, specify http

IF HTTPS=ON, specify https

KIUWAN_WEBSERVER_HOST
KIUWAN_WEBSERVER_PORT

mykop.mydomain.com
708080

External KOP hostname (Fully Qualified Domain Name, see note below ) and port number to access KOP.

These variables will be used to build Kiuwan URL.

Example (with default values):

  • http://mykop.mydomain.com:708o80/saas

Fully Qualified Domain Name (FQDN): https://en.wikipedia.org/wiki/Fully_qualified_domain_name

KIUWAN_HOST
KIUWAN_PORT

my_internal_kop.mydomain.com
70817080

Internal KOP hostname (Fully Qualified Domain Name, see note below ) and port number to access KOP.

These variables will be used to build internal Kiuwan URL.

Example (with default values):

  • http://my_internal_kop.mydomain.com:70817080/saas

Fully Qualified Domain Name (FQDN): https://en.wikipedia.org/wiki/Fully_qualified_domain_name

 

KIUWAN_HOST must be different to KIUWAN_WEBSERVER_HOST.

KIUWAN_PORT must be different to KIUWAN_WEBSERVER_PORT only if the frontend server and KOP appserver execute in the same machine.

KIUWAN_APPSERVER_AJP_PORT

defaults to 7009

Port that the front-end server will use to communicate with KOP appserver through AJP

 

 

KOP Configuration properties

...