I'm getting a [java.lang.SecurityException: Invalid signature file digest for Manifest main attributes] when using Coherence 3.7.1 to instrument my web application.
I have been following the instructions given at Using Coherence*Web on Other Application Servers - 12c (12.1.2). I used maven to build my war file, and then ran the webInstaller.jar without running into any issues. However, when I deploy the war in my application container (Tomcat), it throws an exception.
Any ideas about what's going wrong, or another process to add Coherence to my web application?
Thanks.