Hi All,
I have written EJB and deployed in CE server. EJB make a GET request (using HttpURLConnection ) to gateway server, which is giving timeout exception. But when I request GET request from browser it is giving result. I feel this is because I need to do some configuration in Gateway server to respond to Ce server.