I am developing an application in JavaWeb (jdk 1.7) with ICEFACES and connection to a mySQL database. I've been testing it locally with GlassFish and Tomcat and everything works perfect, but I tried to upload it to free servers like 260mb.net and 000webhost.com to try but it happens that when I unpack the WAR file that is generated and try to access my application it shows me only the html part of my code, and it does not show what is written in xhtml. What problems can I have?
I am currently working with tomcat 7.0, when I upload the WAR file and start it I get the following error:
FAIL - The application could not be started in context path / SoftwareSJRApacheTomcat FAIL - Found exception org.apache.catalina.LifecycleException: Failed to start component [StandardEngine [Catalina] .StandardHost [localhost] .StandardContext [/ SoftwareSJRApacheTomcat]]
I'm using this free application server, which apparently supports java and j2ee: link