JAVA_VM_ARGS="$JAVA_VM_ARGS -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.coremedia.corba.CallLogger"
Debugging Corba Communication
Last updated 3 months ago
Track the CORBA calls of your application.
What you'll learn
- Track CORBA
Prerequisites
- Having a CoreMedia system
Time matters
Reading time: 1 minute
Should I read this?
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?