Does ijab chat only work with Apache server?

itried to configure ijab 1.0 beta3-2 with tomcat6 server but no result,

i used urlrewritefilter for redirecting htpp request to xmpp server openfire but no result ijab just keep on loading.

i tried to connect openfire 3.7 with pidgin chat client it works fine.

so please can any one tell me how to configure ijab chat with tomcat6 server or any other like jboss,weblogic etc.

following are my configurations.

domain:“test”,

http_bind:"/http-bind",

host:“localhost”,

port:5222,

server_type:“openfire”,

auto_login:false,

none_roster:false,

get_roster_delay:true,

username_cookie_field:“username”,

token_cookie_field:“SID”,

anonymous_prefix:"",

max_reconnect:1,

enable_muc:true,

muc_servernode:"",

vcard_search_servernode:"",

gateways:

[

{

                        icon:"[http://example123.com/msn.png](http://example123.com/msn.png)",

name:“MSN Transport”,

description:"",

servernode:“msn-transport.anzsoft123.com

}

]

},

i have checked with temper data tool in firefox that request is successfully getting redirect to xmpp server.