ClientProtocolPlugin[IOR][1.0]=org.xmlBlaster.client.protocol.corba.CorbaConnection
ClientProtocolPlugin[SOCKET][1.0]=
ClientProtocolPlugin[RMI][1.0]=
ClientProtocolPlugin[XML-RPC][1.0]=
ClientCbServerProtocolPlugin[IOR][1.0]=org.xmlBlaster.client.protocol.corba.CorbaCallbackServer
ClientCbServerProtocolPlugin[SOCKET][1.0]=
ClientCbServerProtocolPlugin[RMI][1.0]=
ClientCbServerProtocolPlugin[XML-RPC][1.0]=
CbProtocolPlugin[IOR][1.0]=org.xmlBlaster.protocol.corba.CallbackCorbaDriver
CbProtocolPlugin[SOCKET][1.0]=
CbProtocolPlugin[RMI][1.0]=
CbProtocolPlugin[XML-RPC][1.0]=
CbProtocolPlugin[JDBC][1.0]=org.xmlBlaster.protocol.jdbc.CallbackJdbcDriver
Now, it seems as if even though the master has empty drivers, it still
tries to start socket and xmlrpc listeners, which were colliding with
the slave. I've worked around this by adding
socket.port=9090
xmlrpc.port=8090
however, would prefer to turn of these xport protocols on the
master. How is that done ?