Why have both plain.war and war files if they run the same on a Tomcat server?
I’m working on a Java web application and noticed that we have both a plain.war and a standard .war file in our build artifacts. Both seem to deploy and run the same on a Tomcat server.