1>WAR file to deploy option.....giving the path to the war file IT GIVES ME ERROR first time like "FAIL Encountered Exception java.io.IOException : org.xml.sax.SAXParseException: The Procession instruction target matching "[xX][mM][lL]" is not allowed"
but tomcat list the website in its Applications. Now when i click on Reload option it says "PASS reloaded application at path /simliv"
I notice that tomcat copies the context.xml into the catalina/localhost with the name of my war file minus .war extension. Now when i launch browser and write down the url http://127.0.0.1/simliv
####Problem 2#### i get into my log file error saying -cannot create JDBC Driver
I cannot run by website.. I have searched a lot on the web for guide to correctly deploying war file if the context element is inside META-INF/context.xml but have not found any.(I need to access Database from parameters defined in context.xml)
please suggest me any tutorial or commands in tomcat manager or any article that can help me to solve the problems listed above