[JDEV] got jabberd and jpolld working on separate machines
John Hebert
john at vedalabs.com
Fri Dec 15 16:33:24 CST 2000
My apologies to those who already have done this. I wanted to share my
configuration for getting jabberd, jpolld working on separate machines.
1. jabberd on 192.168.0.24
jabber.xml:
...
(other "c2s" using pthsock replaced with following)
<!-- Service to manage incoming client socket connections. -->
<service id="c2s">
<host>192.168.0.86</host>
<accept>
<ip/>
<port>5225</port>
<secret>test</secret>
</accept>
</service>
...
2. jpolld on 192.168.0.86
./jpolld -h 192.168.0.24 -d 5225 -n c2s -s test
3. simulator on 192.168.0.86
simulate.cfg:
server=192.168.0.86
port=5222
users=2000
message_delay=10
login_delay=5
login_duration=300000
user_letter=r
message=Hi There
message=How are you?
message=This is a long, \
multiline message.
message=This message should be quite a bit longer than the others. \
I dunno why it should be longer, I just decided that
it should, \
that's all!
message=This is another short message!
However, I am not able to get jpolld and the simulator running on
separate machines. If anybody can give me suggestions or ideas on how to
do that, it would be appreciated.
Thanks,
John Hebert
More information about the JDev
mailing list