HTTP Bind

Hi

Would request some help here. Am at my wits end on this. Got Apache working for proxing http://DomainName.com/http-bind/ requests to http://DomainIP:7070/http-bind/. Openfire works perfectly fine via xmpp ports but am not able to get the HTTP-Bind working.

When I go to http://DomainIP:7070/ or http://DomainIP:7070/index.html the spank default page doesnt come up. Get the following error

HTTP ERROR: 404
NOT_FOUND
RequestURI=/index.html

Powered by Jetty://

How do i check if the HTTP Bind is working fine or not? Cant get JsJac working on the server to check if polling and binding is happending or not.

Kindly let me know

Would really appreciate any pointers on this.

Vishal

http-bind is for authentication. I don’t think a page should load when you go to that address. you would get this error as you have noted:

HTTP ERROR: 404

NOT_FOUND

RequestURI=/

Powered by Jetty://

This is proper behavior. http-bind is for authentication of clients such as spark and sparkweb.

In Openfire 3.4.1 version and before you could add a Web page, just copy the .html file inside the directory resources\spank. You even could use Jwchat from there making a few changes in the Openfire configuration, in that way Openfire host the Jwchat in the http-bind Port and from Jwchat connect to the client - server connection port of Openfire. From 3.4.2 version that don´t work any more…