In App_Start, this is the call in terms of the code example.
B4X:
Connectors = srvr.CreateThreadSafeMap
Dim dbs As List = Array("test1", "test2") 'read from a file
For Each db As String In dbs
Dim con As RDCConnector
con.Initialize(db)
Connectors.Put(db, con)
Next
How do I execute a similar call on the BANanoServer