[JDEV] got jabberd and jpolld working on separate machines
Dennis Noordsij
dennis.noordsij at wiral.com
Fri Dec 15 16:41:47 CST 2000
Hi,
Please post more information regarding the exact problem. Will the simulator
not run at all? Will it not connect? (what does a network analysis say, do
jpolld and jabber ever see any connection attempts?) Does it connect but then
disconnect straight away? Etc :-)
Regards,
Dennis
On Saturday 16 December 2000 00:33, John Hebert wrote:
> 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
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev
More information about the JDev
mailing list