Hi,
I did the following during installation..
Ejabberd - ejabberd.cfg file
{Listen, [
...
{5280, ejabberd_http, [http-poll, http_bind, web_admin]},
...
]}
and
{modules, [
...
{mod_yaws, [
{logdir, “/tmp/"},
{servers, [
{"QKAN00191117A", 5224,
“C:\Program Files/Apache Software Foundation/Tomcat 6.0/webapps/www/”,
[{dir_listing, true}, {ip, {127, 0, 0, 1}}]
}
]}
]},
..
]}
I am using Apache tomcat..and I deployed the JabberHttpBind-1.1
This is working fine and I am getting the following msg..
“
Jabber HTTP Binding Servlet v1.1
This is an implementation of JEP-0124 (HTTP-Binding). Please see http://www.jabber.org/jeps/jep-0124.html for details.
Active sessions: 0
“
I copied the www directory of the yaws in the webapps directory of tomcat..Then I have in my mukl the following settings in config.js,
var BACKENDTYPE = ‘binding’;
var HTTPBASE = “/tomcat/JabberHTTPBind-1.1/”;
var XMPPDOMAIN = “QKAN00191117A”;
var timerval = 2000;
Then the .htaccess file in MUCKl has the following settings..
RewriteEngine On
RewriteRule http-poll/ http://QKAN00191117A:5280/http-poll/ [P]
RewriteRule http-bind/ http://QKAN00191117A:5280/JabberHTTPBind-1.1/ [P]
and when I open the multi user chat by..
http://localhost:8080/www/muckl
I am getting the following error..
“Internal Server error
Reconnect
Ok / cancel
“
The muckl debugger says..
level 1
no body element or incorrect body in initial response
and the error report was..
=ERROR REPORT==== 2007-10-11 11:36:44 ===
E(<0.36.0>:gen_mod:47): {undef,
[{mod_yaws,
start,
["qkan00191117a",
[{logdir,"/tmp/"},
{servers,
[{"QKAN00191117A",
5224,
“C:Program Files/Apache Software Foundation/Tomcat 6.0/webapps/www/”,
[{dir_listing,true},
{ip,{127,0,0,1}}]}]}]]},
{gen_mod,start_module,3},
{lists,foreach,2},
{ejabberd_app,start,2},
{application_master,start_it_old,4}]}
can someone PLEASE help me on this problem.. I am stuck here..
thanks
Vivian