using http-poll

HI
i recently installed ejabberd and it works fine, my users can login via 5222 and i can create users and thinks like that...
i wanted to use jwchat just for try but when i get to the point about check the http-poll on http://myserver.com:5280/http-poll it show me an error like this

Error de lectura XML: no se encuentra elemento
Ubicación: http://192.168.0.2:5280/http-poll
Número de línea 1, columna 1:

translate would be like error at read XML: cannot find element
locate: ...........
line number 1

and if i go to
http://myserver.com:5280/http-bind
its seems to work fine it shows me like this

Ejabberd mod_http_bind v1.2
An implementation of XMPP over BOSH (XEP-0206)

and i dont know how and where to check out about that error or any file !

please some help will help me a lot :)... i have 2 days on this :(

Tutorial to try

well ive already saw that

well ive already saw that manual and the problem is the same... :s
what else should i do? im kinda stuck and it feels weird !!
please some help
here is my config

on httpd.conf

ServerName umr.com.co
DocumentRoot /var/www/html

Options +Indexes +MultiViews

AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule http-poll/ http://127.0.0.1:5280/http-poll/ [P]

and i did a .htaccess on /var/www/html/jwchat

RewriteEngine On
RewriteRule http-poll/ http://127.0.0.1:5280/http-poll/ [P]

thats all i did !! :(

that should be /http-poll/ not http-poll/

you're missing a forward-slash

i did that and the problems goes on

HI

here is what i did,

RewriteEngine On
RewriteRule /http-poll/ http://127.0.0.1:5280/http-poll/ [P]

and still the same error:(

Syndicate content