Vimod,
Could you please post your configuration here?
One quick check, when you hit your proxy server, you should see the XMPP page redirected correctly.
Howard
Hi Howard,
Thanks for your response.
The following are the configurations
httpBindingURL: http://<CUP_Server_IP>:7335/httpbinding
httpBindingURL_secondary: http://<CUP_Server_IP>:7335/httpbinding
serviceDiscoveryEnabled: false
jabberwerx._config.serviceDiscoveryEnabled = false;
jabberwerx._config.httpBindingURL = "/httpbinding";
We have a single CUP instance in our lab and hence the serviceDiscovery has been disabled. Also we are trying to avoid the usage of a proxy server. The Application is working fine when there is a Proxy Server between the web application and the CAXL layer.
Thanks,
Vimod