3 <!-- ACE will locate the libraries for you automatically by reading your LD -->
4 <!-- search path. Moreover, ACE will automatically insert the correct suffix -->
5 <!-- (e.g., ".dll", ".so", etc.). -->
8 <dynamic id="DllOrb" type="Service_Object">
9 <!-- specify TS_ORB_ENDPOINT like this
10 TS_ORB_ENDPOINT="-ORBEndpoint iiop://aaa.bbb.ccc.ddd:nnnn"
13 TS_ORB_ENDPOINT"-ORBEndpoint iiop://127.0.0.0"
14 TS_ORB_ENDPOINT"-ORBEndpoint iiop://:4200"
15 TS_ORB_ENDPOINT"-ORBEndpoint iiop://127.0.0.0:4200"
17 <initializer path="Bug_3251" init="_make_DllOrb" params="DllOrb -NumThreads 12 -ORBDebugLevel $TS_ORB_DEBUGLEVEL $TS_ORB_ENDPOINT -ORBDottedDecimalAddresses 1 -ORBCollocationStrategy thru_poa"/>
21 <!-- persistent POA -->
22 <dynamic id="PersistentPOA" type="Service_Object">
23 <initializer path="Bug_3251" init="_make_PersistentPoa" params="PersistentPOA DllOrb"/>
25 <!-- persistent POA -->