broker1_client.xml
| 1 |
<node type="client"> |
|---|---|
| 2 |
<client>
|
| 3 |
<mode broker="true" /> |
| 4 |
</client>
|
| 5 |
|
| 6 |
<net>
|
| 7 |
<server host="192.168.100.28" /> |
| 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="Xhqv5d42WNugrJ`^k@6_m4wjyk1jW3g5" /> |
| 24 |
<password keystore="39jz20Ma&C8A*QJynU09vh>WUcKdM3z~" /> |
| 25 |
<password keyentry="39jz20Ma&C8A*QJynU09vh>WUcKdM3z~"/> |
| 26 |
<!-- <password masterkeyentry="39jz20Ma&C8A*QJynU09vh>WUcKdM3z~" />-->
|
| 27 |
</access>
|
| 28 |
|
| 29 |
<remote>
|
| 30 |
<retry count="10" /> |
| 31 |
<retry seconds="10" /> |
| 32 |
<spawner file="/home/sbi/opt/hotel_gui/spawn" /> |
| 33 |
<agent host="192.168.100.28"/> |
| 34 |
<agent user="sbi"/> |
| 35 |
<agent dedicatedMode="false"/> |
| 36 |
<java args="-Xmx1G -Djava.awt.headless=true -XX:MaxPermSize=64m -Djava.library.path=/home/sbi/projects/10359a/build/lib/ -Dfile.encoding=UTF-8" /> |
| 37 |
<java classpath="/home/sbi/projects/10359a/build/lib/p2j.jar" /> |
| 38 |
</remote>
|
| 39 |
</node>
|