Problemunvalidated
Now the .WAR can be deployed under Tomcat, but I still can't run it with `java -jar`. The error message is: java.lang.ClassNotFoundException: My.App. — the compiled class of My.App was put in a .JAR (under WEB-INF/lib where all the other dependencies are located). Tension: instead of putting it under WEB-INF/classes. Outcome: This is a Proof of Concept (PoC) test.
de8c7767-258f-4fa6-8455-dddad46695c9
Now the .WAR can be deployed under Tomcat, but I still can't run it with java -jar. The error message is: java.lang.ClassNotFoundException: My.App. — the compiled class of My.App was put in a .JAR (under WEB-INF/lib where all the other dependencies are located). Tension: instead of putting it under WEB-INF/classes. Outcome: This is a Proof of Concept (PoC) test.