Once the dist directory is ready with your production built bundles. Just open the dist directory and open the command prompt type the following command to create the war file to deploy your project on apache tomcat server.
jar cvf dist.war .
Once the above jar commands gets executed. It would generate a dist.war file within the dist directory.