JAVA_VM_ARGS="$JAVA_VM_ARGS -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.coremedia.corba.CallLogger"
Debugging Corba Communication
Last updated 17 minutes ago
Track the CORBA calls of your application.
What you will learn
- Track CORBA
Prerequisites
- Having a CoreMedia system
Target Audience
This guide is for Developers, Administrators.
If you want to see which Corba calls your application is doing add the following line to your client. All Corba calls are written to standard out. (many, many lines!)
Is this page useful?