summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3251_Regression/Bug_3251.conf.xml
blob: 95a3df2a37f89373567a709ccc1802aa9a605e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version='1.0'?>
<ACE_Svc_Conf>
	<!--  ACE will locate the libraries for you automatically by reading your LD -->
	<!--  search path.  Moreover, ACE will automatically insert the correct suffix -->
	<!--  (e.g., ".dll", ".so", etc.). -->


	<!-- ORB -->
	<dynamic id="DllOrb" type="Service_Object">
		<!-- specify TS_ORB_ENDPOINT like this
		  TS_ORB_ENDPOINT="-ORBEndpoint iiop://aaa.bbb.ccc.ddd:nnnn"

		  examples:
		  TS_ORB_ENDPOINT"-ORBEndpoint iiop://127.0.0.0"
		  TS_ORB_ENDPOINT"-ORBEndpoint iiop://:4200"
		  TS_ORB_ENDPOINT"-ORBEndpoint iiop://127.0.0.0:4200"
		-->
    <initializer path="Bug_3251" init="_make_DllOrb" params="DllOrb -NumThreads 12 -ORBDebugLevel $TS_ORB_DEBUGLEVEL $TS_ORB_ENDPOINT -ORBDottedDecimalAddresses 1 -ORBCollocationStrategy thru_poa"/>
	</dynamic>
	<!-- ORB -->


	<!-- persistent POA -->
	<dynamic id="PersistentPOA" type="Service_Object">
    <initializer path="Bug_3251" init="_make_PersistentPoa" params="PersistentPOA DllOrb"/>
	</dynamic>
	<!-- persistent POA -->


</ACE_Svc_Conf>