MUCkl Client, 503 Service unavailable

I’m trying to setup an OpenFire chat server. To test out my OpenFire chat server, I downloaded and tested the Spark desktop client and also was able to install and test the SparkWeb client. So my OpenFire chat server is functioning at least for those to clients. Right now I’m prototyping the MUCkl client. Here is the problem I’m seeing along with my current configuration. Any help would be greatly appreciated!

Ongoing Issues

When I try to log into the OpenFire server, I get an Error 503 Service Unavailable

http://www.DOMAIN_B.com/projects/muckl/

OpenFire Logs

NONE

Setup

Server Domain http://chat.DOMAIN_A.com setup on an Amazon ec2 account
Client Domain www.DOMAIN_B.com/projects/muckl setup on a MediaTemple gs account

**Versions
**Debian 4.0, Apache 2.0.54, muckl 0.4.4, OpenFire 3.6.4

Apache Configuration

.htaccess http://www.DOMAIN_B.com/projects/muckl/src

RewriteEngine On RewriteRule http-bind/ http://chat.DOMAIN_A.com:7070/http-bind/ [P]

**OpenFire Configuration
**System Properties

xmpp.httpbind.client.requests.polling 0
xmpp.httpbind.client.requests.wait 10
HTTP-Binding Settings

Enabled
HTTP-Binding 7070
HTTP-Binding (Secure) 7443
Script Syntax

Enabled

MUCkl Configuration

config.js

var BACKENDTYPE = ‘binding’;
var HTTPBASE = “/http-bind/”;
var XMPPDOMAIN = “chat.DOMAIN_B.com”;
var AUTHTYPE = ‘anonymous’;
var ROOMS =
[
{
name:‘pool’,
description:‘some room for testing’,
server:‘conference.chat.DOMAIN_B.com’
}
];