-
Notifications
You must be signed in to change notification settings - Fork 36
KittoConfigurationServer
Nando Dessena edited this page Nov 2, 2017
·
7 revisions
Kitto is a Delphi application (or service) that uses Delphi WebBroker to provide a web server.
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.
- Kitto at a glance
- Getting started
- Setup
-
Basic concepts
- Basic Materials
- Controllers
- Features
- Kitto Enterprise
- Examples
- Developer's guide
- Library reference
- Frequently Asked Questions
- Kitto tips & tricks and how-tos
- Other information