i developed a new website to the company where i work :
http://50.19.242.172:8080/BrainSet/
it's running in a EC2 machine from Amazon Web Service.
Everything is fine, but when i try to access from a iPhone (version 3GS) my website crashes.
I don't understand why this happen, glassfish should not to interpret the jsf tags and show a html page ? This happen with someone before ?
Any suggestion or idea why this is happening ?
UPDATE: I install an Android emulator,this is what it should show :
And this is what i开发者_如何学运维t show in smartphone (Android emulator) :Thanks, Valter Henrique.
I found my mistake, I developed the index.xhtml
page without <h:head>
and <h:body>
tags, because it has given some errors with .css
files, but now I have renamed it to index.html
, and everthing works fine, thanks by the help everyone.
精彩评论