Tomcat deployment partially fails

I’m trying to deploy Flowable on Tomcat using xampp. the problem which arises is once I’ve added the war files to the Tomcat webapps folder it results in sucessfull generation of all war files however both the flowable-task and flowable-rest fail to deploy on Tomcat and when I attempt to manually start them I recieve the following error for both however I am able to access all other flowable pages.
FAIL - Application at context path [/flowable-task] could not be started
FAIL - Encountered exception [org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/flowable-task]]]
I’m running xampp control panel V3.2.4 with Apache PHP MySQL and tomcat installed.

You’ll need to share the error logs. Without them we can’t see why the application context was not started