i have a web app which i have tested locally and works fine, on deployment to production server (manually without netbeansIDE) on Glassfish 3.1.2 , it deploys successfully but on running my url i see the xhtml content instead of the applications login page. What could i be missing. If i have tried re-deploying the war file with no luck.
ui:composition xmlns:ui='http://xmlns.jcp.org/jsf/facelets' template='/WEB-INF/templates/temp.xhtml' ui:define name='dynamicContent' ui:composition
instead of the actual html markup