Project

General

Profile

broker1_client.xml

Sergey Ivanovskiy, 05/06/2026 01:02 AM

Download (1.63 KB)

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

    
6
  <net>
7
    <server host="192.168.100.2" />
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="../server/srv-certs.store" />
16
    <truststore alias="standard" />
17
    <keystore filename="../server/broker1-private-key.store" />
18
    <keystore processalias="broker1" />
19
    <authentication type="program"/>
20
  </security>
21

    
22
  <access>
23
    <password truststore="3k~my=RWV6AjvNRO1)BbC5G)9c9dQEGNs68M" />
24
    <password keystore="kIq8O#~DN8PKZJV2w2(XTsC(31hmFDt5iG2W" />
25
    <password keyentry="E3E#g4y1Y^005sFK^YU7D6ogiboof-nVekid"/>
26
<!--    <password masterkeyentry="39jz20Ma&amp;C8A*QJynU09vh&gt;WUcKdM3z~" />-->
27
  </access>
28
<!-- -Xmx512m -Djava.awt.headless=true -Duser.country=NL -Duser.language=nl -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=9999,server=y,suspend=n -->
29
  <broker>
30
    <retry count="10" />
31
    <retry seconds="10" />
32
  </broker>
33
  <client>
34
    <spawner value="/home/sbi/opt/hotel_gui/spawn" />
35
    <jvmArgs value="-Xmx1G -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Djava.library.path=/home/sbi/projects/hotel_gui/deploy/lib/ -Dfile.encoding=UTF-8 -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=9988,server=y,suspend=n" />
36
    <classpath value="/home/sbi/projects/hotel_gui/deploy/lib/p2j.jar" />
37
    <minAgentPort value="9988" />
38
    <maxAgentPort value="9999" />
39
    <web host="192.168.100.3"/>
40
    <web dedicatedMode="false"/>
41
    <web defaultOsUser="sbi"/>
42
  </client>
43
</node>