Results 1 to 1 of 1
hellow,
I was trying to connect JSJaC to openfire .
but its not happening
i have made changeds in apache configuration :
#httpd.conf
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule ...
- 03-10-2009 #1Just Joined!
- Join Date
- Dec 2008
- Location
- chandigarh
- Posts
- 29
unable to connect JSJac client to openfitre
hellow,
I was trying to connect JSJaC to openfire .
but its not happening
i have made changeds in apache configuration :
#httpd.conf
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine On
RewriteRule /http-bind Not found P
<virtualhost 127.0.0.1:80>
DocumentRoot "C:/www/root" <!-- This is the document root for your server -->
AddDefaultCharset UTF-8
ProxyRequests On
ProxyPass /http-bind/ Not found
</virtualhost>
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
when ever i try to connect to JsJac and its giving following error:
[Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: Not found :: anonymous :: line 296" data: no]
i dont know why it's happing and not connecting to my jabber server(openfire)
Can somebody help me to come out of this problem.
:<


Reply With Quote