S
Sanjeev Reddy
Guest
Hi, I asked to change the authentication to narrow down the problem. If the application is working in IE without authentication then the problem is with IE showing authenticated resources or some problem with OE. You can directly test your application in IE by just entering the WebApp URL. In your case it is: http://88.113.172.165:8810/hhMobile . Provide the Username and Password and then you will be redirected to WebApp static page ( http://88.113.172.165:8810/hhMobile/static/index.html ) if login is successful. If you want to test the application from Telerik AppBuilder by disabling the authentication then you have to update the authentication information in the following places: - In appSettings.js file from Telerik AppBuilder "authenticationModel": "anonymous", - Edit the web.xml file under /PASOEContent/WEB-INF folder. Replace entry /WEB-INF/oeablSecurity-basic-local.xml (line number 69) in web.xml file with /WEB-INF/oeablSecurity-anonymous.xml - Republish the changes and then restart the server Hope this helps, Sanjeev.
Continue reading...
Continue reading...