Kahua Release
- Release Note
- Download
- Current Version 1.0.7.3 (2008-05-08)
kahua-web Release
- kahua-webとは
- Release Note
- Download
- Current Version 0.3.1 (2007-06-12)
Security Advisory
Event Log
Documentation
For developers
Site info
Related Site
kahua-server [-c conf-file] [-k keyserv] app [args ...]
This is the script that is to activate application app as worker process. The application loaded comes to the script called "$(working-directory)/checkout/app/app.kahua".
Generally, you don't need to activate kahua-server directory because kahua-spvr activate and manage kahua-server with proper arguments.
After kahua-server is activated, server socket is opened and goes into the waiting loop for request from client.
Options
-c conf-file Set the path of configuration file into "conf-file". Generally, "conf-file" is continued in the "conf-file" specified by its kahua-spvr without any changes.-k keyserv "keyserv" is the worker ID of kahua-keyserv. When kahua-spvr activates itself, activate kahua-keyserv at first. On the occasion of activating kahua-spvr, its worker ID is provided through this option. kahua-server talks to kahua-keyserv to store session information.