-Dcom.ibm.CORBA.InitialReferencesURL

Use this property if you do not have a bootstrap server and want to have a file on the web server that serves the purpose.

-Dcom.ibm.CORBA.InitialReferencesURL=<url>
Where <url> is a correctly formed URL, for example, http://w3.mycorp.com/InitRefs.file. The InitRefs.file file contains a name and value pair such as NameService=<stringified_IOR>. If you specify this property, the ORB does not attempt the bootstrap approach.
Note: This property is deprecated.