Skip to content

KittoConfigurationServer

Nando Dessena edited this page Nov 2, 2017 · 7 revisions

Introduction

Kitto is a Delphi application (or service) that uses Delphi WebBroker to provide a web server.


ExtJS 6##

Kitto already includes a copy of ExtJS 6.2 inside Home/Resources/ext/ path.


Now build and start a Kitto application, for example HelloKitto, and make sure the status bar in the main form says "Started". Then navigate to:

http://localhost:2601/hellokitto/home

For TasKitto example:

http://localhost:2602/taskitto/home

For KEmployee example:

http://localhost:2603/kemployee/home

The -host parameter indicates the machine where your Kitto application is running. localhost is fine for development. Make sure the port number is the same as specified in the Kitto application's Config.yaml file (the default setting is 8080).


Remember that you always need to restart the application every time you edit Config.yaml in order for the changes to take effect.

Clone this wiki locally