Toolpack Application:web server
From TBwiki
(Difference between revisions)
(creation) |
(merge information from other web server page) |
||
Line 1: | Line 1: | ||
+ | == Started By == | ||
+ | |||
+ | Web server is spawned by [[Toolpack_Application:tboamapp |tboamapp]]. | ||
+ | |||
+ | |||
== Role == | == Role == | ||
The web server is the main interface of the Toolpack system. Toolpack uses 3rd party web server, Mongrel for Windows and Lighttpd for Linux/Solaris. The web server is manage by [[Toolpack_Application:tboamapp|tboamapp]] through [[Toolpack_Application:tboamappctrl|tboamappctrl]]. | The web server is the main interface of the Toolpack system. Toolpack uses 3rd party web server, Mongrel for Windows and Lighttpd for Linux/Solaris. The web server is manage by [[Toolpack_Application:tboamapp|tboamapp]] through [[Toolpack_Application:tboamappctrl|tboamappctrl]]. | ||
Line 5: | Line 10: | ||
*Query the status from the system. | *Query the status from the system. | ||
*Query/Modify the configuration stored in a MySQL database. | *Query/Modify the configuration stored in a MySQL database. | ||
+ | |||
+ | |||
+ | == High Availability == | ||
+ | |||
+ | There are no special mechanism between instances of the web server, they are both independent. When running Toolpack on 2 hosts, both web server instance can read, modify the configuration of the system. If an web server instance crash, it will be restarted by [[Toolpack_Application:tboamapp |tboamapp]]. | ||
Latest revision as of 09:49, 17 February 2011
Contents |
Started By
Web server is spawned by tboamapp.
Role
The web server is the main interface of the Toolpack system. Toolpack uses 3rd party web server, Mongrel for Windows and Lighttpd for Linux/Solaris. The web server is manage by tboamapp through tboamappctrl.
It allows users to:
- Query the status from the system.
- Query/Modify the configuration stored in a MySQL database.
High Availability
There are no special mechanism between instances of the web server, they are both independent. When running Toolpack on 2 hosts, both web server instance can read, modify the configuration of the system. If an web server instance crash, it will be restarted by tboamapp.
Logs
- Where the logs are located?
- [InstallDir]/toolpack/pkg/[Version]/web/log/
- /lib/tb/toolpack/pkg/2.3.1/web/log/
- C:\TelcoBridges\toolpack\pkg\2.3.1\web\log