I can not deploy an application (.war) in tomcat 8. I'm on a Windows 2008 server. I installed tomcat 8.0.5. I downloaded a war file (the application that I want to install is GeoSource Version 2.9.2.0 (here)). I copy and paste the war. In tomcat (/ tomcat / webapps). In the management interface applications tomcat, I see that GeoSource appears, but when I want to start, tomcat returns me an error:
FAIL - Application for the context path / GeoNetwork could not be started
FAIL - The exception org.apache.catalina.LifecycleException.. Failed to start component StandardEngine [Catalina] StandardHost [localhost] StandardContext [/ GeoNetwork]] was encountered
Where is the problem? How can I solve it?