|
For example, you have a web project named helloapp:
1. Enter the root directory of the helloapp project <CATALINA_HOME> / webapps / helloapp
2. Package the entire web application into a helloapp.war file, the command is as follows:
jar cvf helloapp.war *. * |
|