# Glossary: Web server

### Started By

Web server is spawned by [tboamapp](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp.md).

### 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](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp.md) 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](/appendices/appendix-a-glossary/glossary-toolpack/glossary-tboamapp.md).

### 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/appendices/appendix-a-glossary/glossary-toolpack/glossary-web-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
