Spotfire Server fails to start after copying Hive JDBC drivers into its \tomcat\lib folder.
Catalina.log file located under [Spotfire Server installation folder]\tomcat\logs folder has errors like the following:
==========================
SEVERE: The required Server component failed to start so Tomcat is unable to start.
org.apache.catalina.LifecycleException: Failed to start component [StandardServer[9005]]
....
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardService[Spotfire]]
..
Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Spotfire]]
....
Caused by: org.apache.catalina.LifecycleException: A child container failed during start
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1130)
....
==========================