| How to enable stacktrace logging in Audium Call Services 3.4.2 and above |
| Categories: Audium Call Services 3.4.x and 3.5 |
| Article ID: | 235 |
| Last updated: | November 02, 2006 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article explains how to enable the stacktrace logging feature in Audium Call Services 3.4.2 and above.
SYMPTOMS
Developer would like to log stacktraces generated by code used in Audium Call Services (e.g. custom code, 3rd party code, etc.). Developer is using Audium Call Services 3.4.2 or above.
RESOLUTION
To enable this option, please add this XML to the WEB-INF/web.xml file in the expanded directory from Audium.war on your application server, on the same level as the element named <load-on-startup>:
<init-param> <param-name>Stacktraces</param-name> <param-value>on</param-value> </init-param>
Then, restart your application server for the change to take effect. Stacktraces will be logged in either an Audium application's error log, or the global error log, depending on the type of the error that resulted in a stacktrace.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|