How to redirect Designer’s console output.

How to redirect Designer’s console output.

book

Article ID: KB0090526

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:
============
How to redirect Designer’s console output.

Environment:
===========
Version: 5.10.x        
Hardware: all      
OS: all

Symptoms:
========
Sometimes console output in Designer’s console will not be shown in an application’s log file after deployment. Example: SSL handshake information, system.println o/p etc.

Resolution:
==========
You can redirect the console output to a file by changing the .cmd file (or .sh file if in UNIX).

Example:

Change "C:/tibco_5.10/bw/5.10/bin/bwengine.exe" --run --propFile

"C:/tibco_5.10/tra/domain/admin_510/application/soap-ssl/soap-ssl-Process_Archive.tra"

to "C:/tibco_5.10/bw/5.10/bin/bwengine.exe" --run --propFile

"C:/tibco_5.10/tra/domain/admin_510/application/soap-ssl/soap-ssl-Process_Archive.tra" >

"C:/tibco_5.10/tra/domain/admin_510/application/soap-ssl/debug.out" 2>&1

In this case, the SSL handshake info will be redirected to the debug.out file.

Keywords/Tags:
==========
Console output, redirect.

Issue/Introduction

How to redirect Designer’s console output.