...
a war-file to be deployed on a web-application server and JVM already available (war-file deployment), or
a container image file for cloud -deployment or containerized deployment that includes both the JVM and the web-application server.
Cloud - deployment requires as a minimum only a container runtime environment like Docker or Podman, while cloud-orchestration software like Kubernetes are expected in production environments.
...