|
The WebPublisher Studio Server is a complete HTTP server capable of responding to conventional TCP/IP requests and delivering active server pages that mix static and dynamic content.
The Server provides facilities for:
- Processing HTTP Active Server Pages.
- Managing User Sessions and logins.
- Processing "thick" Client requests using the WebPublisher Studio API.
- Communicating with other TCP/IP appliances
- Queuing and dispatching email containing Active Server Page content using SMTP relay.
- Adding Multiple Instances for scaling services.
|
 |
In addition to serving HTTP and WebPublisher Studio Client requests the Server provides comprehensive logging and debugging facilities, including:
Port Logging
Each service port contains logs of content requests and returns request IP, date and time, URI request and the result including the total processing time. |
Session Logging
The Session logs show all current user sessions and the time of the last request.
Session timeout handling is administered using the WebPublisher Studio Client tools. |
Execution Error Logging
Execution errors provide information on Plug-in execution failures and compilation errors.
The execution logs allow debugging of Plug-ins during development and isolating configuration errors in production. |
Mail Queue Logging
The Mail Queue logs show all pending SMTP outbound traffic awaiting delivery.
Mail Queue handling is controlled using the WebPublisher Studio Client. |
Mail Error Logging
Mail Error logs display problems with delivery due to failures in the outbound Mail Servers. |
Web Error Logging
Web Errors are returned as standard TCP/IP error values and errors from the TCP/IP transport layers.
This includes problems with socketing, binding, and other errors returned from the Omnis Studio web enabler extensions. |
All logs are viewable both on the server and remotely using the WebPublisher Studio Client's Server Administration tools. |