[JDEV] Setting up jogger

Justin Mecham justin at aspect.net
Tue Oct 23 14:12:10 CDT 2001


Hi David,

You need to define Jogger as a service in jabber.xml:

<service id="jogger.xxxx.xx">
	<accept>
		<ip>127.0.0.1</ip>
		<port>5226</port>
		<secret>jogger!</secret>
	</accept>
	<host>jogger.xxxx.xx</host>
</service>

Justin

On Tuesday, October 23, 2001, at 03:53  PM, David Rainville wrote:

> Hi guyz, I just installed the required modules for jogger and all but 
> now
> i'm facing a problem. What do I do next? I did all what the 
> documentation
> said in the jogger README file but now i'm stuck. I searched on 
> jabbersearch
> and found out that I should set up a service for jogger in the server's
> jabber.xml? Is that right?
> I know I configured the config.xml which jogger needs but I didn't hear 
> any
> instructions in the README file about inserting something in the jabber
> server so I don't know if I should do that.. anyways.. if something is
> missing please give me some hints.. thanks.
>
> When I try to run jogger, it gives me this error :
>
> jogger: [ERROR]      : Unable to connect to Jabber server 
> (192.168.1.4) ...
> jogger:                (Connection refused)
>
> and my config.xml is :
>
> <config>
>   <server>
>     <connectiontype>tcpip</connectiontype>
>     <hostname>192.168.1.4</hostname>
>     <port>5226</port>
>     <secret>jogger!</secret>
>   </server>
>   <component>
>     <name>jogger.xxxx.xx</name>
>   </component>
>   <mysql>
>     <dbname>jogger</dbname>
>     <username>root</username>
>     <password>xxxxx</password>
>   </mysql>
> </config>
>
> Is there something i'm misgging? thanks!
>
> David Rainville
>
>
> _______________________________________________
> jdev mailing list
> jdev at jabber.org
> http://mailman.jabber.org/listinfo/jdev




More information about the JDev mailing list