Also i found about JHS servlet, so i downloaded JHB from http://blog.jwchat.org/jhb/ & put it inside webapps of tomcat server foloowed by following updation in config.js of jwchat:
var BACKENDS =
[
{
name:“Open Relay”,
description:“HTTP Binding backend”,
httpbase:"/jwchat/JHB",
type:“binding”,
default_server: SITENAME
}
];
But could not get any lucky. I got these links from google saying its working for them but i am still empty handed:
Finally i managed to log into jwchat on tomcat. Trick is delete all unnecessary files from jwchat(html & js). Also delete extra extensions as .html.html & .js.js from files.
Finally put computer name in** var SITENAME = “YOUR COMPUTER NAME” **in config.js.
But as soon as i login, i see service unavailable popup. Now i am trying to figure out how to crack it. I am checking it on IE 7 and FF 6.