« Back to Universal Edition 6.0 & Prior

RE: debug custom call studio java app

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Hi, I'm new to CVP/Call Studio development. I've written a Java application, which I want to debug. If I use 'System.out.println(name+","+valu);', where is the output for this within the framework? Is there an example for application debug based on the logger event mechanism discussed in the developer VXML/Studio docs?

Hi, I'm new to CVP/Call Studio development. I've written a Java application, which I want to debug. If I use 'System.out.println(name+","+valu);', where is the output for this within the framework? Is there an example for application debug based on the logger event mechanism discussed in the developer VXML/Studio docs?

 
If you do system.out...   it can be seen under tomcat logs look for the tomcat dir under VXMLServer and look for stdout logs.
Best way would be to log it using the inbuilt logging mechanism (you can add it in java code) or use logging feature provided in elements provided in Studio.  This can be seen under the logs dir under the particular app. Look for activity log.