Versions Compared

Key

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

...

 

KOP Deployment scenarios

Step 2. KOP Deployment scenarios

 

Before to install KOP, you should decide your KOP deployment scenario

...

Below pucture displays these different scenarios

 



 

Scenario 1 - Direct connection to KOP server

 

 

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.

...

To configure your KOP in this scenario, please follow next steps


Scenario 1.1 - Direct KOP access through HTTP


Your URL will be something like : http://mykop.mydomain.com:7080/saas

...

 

 PropertyName Value Comment
KIUWAN_HOST
KIUWAN_PORT

mykop.mydomain.com
7080

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):

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

 

Must match KIUWAN_WEBSERVER_HOST

KIUWAN_WEBSERVER_PROTOCOL

http

 

KIUWAN_WEBSERVER_HOST

mykop.mydomain.com

Must match KIUWAN_HOST 

 

 

Scenario 1.2 - Direct KOP access through HTTPS

 

Your URL will be something like : https://mykop.mydomain.com:7080/saas

...