i placed war file on shared drive. And i set docBase in my tomcat ...\conf\Catalina\localhost\myapp.xml like this:
When shared drive is up then tomcat (AutoDeployOnStartup=true) checks war and deploy it successfully. But when shared drive is down then tomcat (on startup) failed to start myapp and does not use already deployed webapp\myapp (which was deployed previously).
is it possible to run previously deployed /webapp/myapp if docBase war file is not available? Or what fail-over solution you are using if docBase war file is not available?