Problem:
How to use nameservice and eventservice with Visibroker for C
Resolution:
[Pre WRAP]
Problem Description: Product versions: VBC
4.x and 5.xPlatform: WindowsComponent: NameService and
EventServiceThe NameService and EventService cannot be combined as
expected, for example:C:\\>PushModel.exe -ORBInitRef
EventService=IOR:000...000 -ORBInitRef
NameService=iioploc://localhost:12345/NameService
Resolution:
Here is an example using 3 batch files:Server.bat:for /F %%i in
(es.ior) do PushModel.exe -ORBInitRef
NameService=corbaloc::localhost:12345/NameService;EventService=%%iEventServ.bat:events.exe
-ior es.ior EventTestNS.bat:nameserv.exe
-J-Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port=12345[/Pre]
#Security
#VisiBroker




