broker_client.xml
| 1 |
<node type="client"> |
|---|---|
| 2 |
<client>
|
| 3 |
<mode broker="true" /> |
| 4 |
<logging path="/home/fwd/projects/hotel_gui/deploy/logs/client_%uos_%pid_%uf_%g.log" rotationLimit="50000000" rotationCount="4" /> |
| 5 |
</client>
|
| 6 |
|
| 7 |
<net>
|
| 8 |
<connection secure="true" /> |
| 9 |
<server host="fwddev1" /> |
| 10 |
<server secure_port="3333" /> |
| 11 |
<server port="3433" /> |
| 12 |
</net>
|
| 13 |
|
| 14 |
<security>
|
| 15 |
<certificate validate="true" /> |
| 16 |
<truststore filename="srv-certs.store" /> |
| 17 |
<truststore alias="standard" /> |
| 18 |
<keystore filename="broker1-private-key.store" /> |
| 19 |
<keystore processalias="broker1" /> |
| 20 |
<authentication type="program"/> |
| 21 |
</security>
|
| 22 |
|
| 23 |
<access>
|
| 24 |
<password truststore="y40xu^XuxQw9Q%4hB6^kCE58YK=7wRWFywBd" /> |
| 25 |
<password keystore="(G36RuApnoGKp7zPt(Q4ld3kq^Hz2SwS^61O" /> |
| 26 |
<password keyentry="dO@8bLG1vgIP<OyaCZbk*9FR12b55Gts8>Wx"/> |
| 27 |
<password masterkeyentry="7sN5iwk$E4W1cJ>0M~ID>E2hTNt1ZI0x" /> |
| 28 |
</access>
|
| 29 |
|
| 30 |
<remote>
|
| 31 |
<retry count="10" /> |
| 32 |
<retry seconds="10" /> |
| 33 |
<agent host="fwddev1"/> |
| 34 |
<agent user="fwd"/> |
| 35 |
<agent dedicatedMode="false"/> |
| 36 |
<spawner file="/opt/spawner/spawn" /> |
| 37 |
<java args="-Xmx512m -Djava.awt.headless=true -Djava.library.path=/home/fwd/projects/fwd/build/lib/" /> |
| 38 |
<java classpath="/home/fwd/projects/fwd/build/lib/p2j.jar" /> |
| 39 |
</remote>
|
| 40 |
</node>
|