Author Message
MassimilianoGargani2
Joined: Nov 14, 2013
Messages: 2
Offline
Hi there,

I just configured CTI connector because I need to get the UCID. Everything works fine except the System.out.println() i configured in my apps to have in catalina log some info for debug purpose.

I noticed if I remove the <tserver> tag in ddconfig.xml my print work else they don't.

Any help is appreciated.

Thanks,
Max
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
System.out.println is not a very reliable logging solution. You should use log4j or similar for better control. There's probably some conflict with log4j and how Tomcat is routing System.out to the catalina log that is happening.

Also, do not edit ddconfig.xml by hand or you risk corrupting the file. The tags are necessary for CTIC to work.
Go to:   
Mobile view