Error while executing WAR file
问题 I have used maven plugin to build a war file for my project structure. And now when I run this war file, I get the error Error: Could not find or load main class com.abc.HelloWorld.App For some reason, when I check the war file, my main class is getting generated under WEB-INF/classes/com/abc/HelloWorld/ I have tried added a classpath to Manifest.MF file, but it has not helped. Here is my maven plugin for creating a war file. Also this project contains an embedded jetty server. <plugin>