Problem
- Product : VBE 5.x, 6.x & later
- Platform : All Platforms
Is there a way to disable LIOP on a VBC client?
Resolution
To disable the LIOP on a VBC client use the following property vbroker.orb.bidOrder=iiop. With this property, the client will be able to set the communication as either iiop/liop (default is liop) from the client to server.
Background information: By default, when the VBC server started the created IOR contains the two (LIOP/IIOP) communication profiles. We can disable the LIOP profile on the Server with the following property:-Dvbroker.se.default.local.manager.enabled=false but in situation where you do not have a chance to disable LIOP at server side you can control from the Client side property (vbroker.orb.bidOrder=iiop).
#LIOP
#Security
#vbroker.orb.bidOrder
#VisiBroker
#vbroker.se.default.local.manager.enabled



