Project

General

Profile

broker1_client.xml

Roger Borrello, 05/06/2026 12:47 PM

Download (1.18 KB)

 
1
<node type="client">
2
  <client>
3
    <mode broker="true" />
4
  </client>
5

    
6
  <net>
7
    <server host="cactsrv" />
8
    <server port="3433" />
9
    <server secure_port="3333" />
10
    <connection secure="true" />
11
  </net>
12

    
13
  <security>
14
    <certificate validate="true" />
15
    <truststore filename="/opt/counteract/security/srv-certs.store" />
16
    <truststore alias="standard" />
17
    <keystore filename="/opt/counteract/security/broker1-private-key.store" />
18
    <keystore processalias="broker1" />
19
    <authentication type="program"/>
20
  </security>
21

    
22
  <access>
23
    <password truststore="Xhqv5d42WNugrJ`^k@6_m4wjyk1jW3g5" />
24
    <password keystore="aWGU=uDY#uf6I7rNvUD87NT6vA8N89P_n(fD" />
25
    <password keyentry="jRC5UUuIy5~4OO1K5G5voH&lt;ulI@2hSq1~DYr" />
26
  </access>
27

    
28
  <broker>
29
    <retry count="10" />
30
    <retry seconds="10" />
31
  </broker>
32

    
33
  <client>
34
    <spawner value="/opt/spawner/spawn" />
35
    <jvmArgs value="-Xmx512m -Djava.awt.headless=true -Djava.library.path=/opt/fwd/build/lib/ -Dfile.encoding=UTF-8 -Xnoagent -Djava.compiler=NONE" />
36
    <classpath value="/opt/fwd/build/lib/p2j.jar" />
37
    <web host="cactbrk1"/>
38
    <web dedicatedMode="false"/>
39
    <web defaultOsUser="fwd"/>
40
  </client>
41
</node>