Audium Knowledge Base

Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Jump to ID Browse by Category
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.

How would you rate this answer?
Helpful
Not helpful

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
Related Questions
Attachments
No attachments were found.

Copyright (c) 2005 Audium Corporation. All rights reserved.
Audium Home | Audium Support Center Home | Audium Customer Care Home