Again JWChat an OpenFire 3.6.0 but now with lighttpd

Hello everyone,

first of all sorry for my poor englisch but I’m not a natural spreaker und try my best. I am using OpenFire for some time now and I think it’s great. But now I wanted to enabled also a webchat for my users. So tried to geht JWChat to work but with no success. I followed several Howtos und search google und this forum, bur no solution works for me.

I am using OpenFire 3.6.0 and already added the two variables xmpp.httpbind.client.requests.wait=10 and xmpp.httpbind.client.requests.polling=0. As Webserver I am using lighttpd because it’s small and fast. I use the following proxy-statement:

proxy.server = ( "/http-bind/" =>
                        ( (
                                "host" => "my-fqdn",
                                "port" => 7070
                        ) )
                        )

But all I get when I try to login per JWChat is “Service unavailable”. When I use a webbrowser to connect directly to my port 7070 I get a 404 from jetty and when I connect to my-fqdn:7070/http-bind I get a 400 from jetty.

I hope that some smart people out here can help me.

I solvedm the problem already. I was just too stupid to see the problem directly. You must not enter the FQDN of your Jabber-Server as the proxy host but the IP address. Now JWChat and also SparkWeb work perfectly for me.