Deploy the war package packaged by maven under the jboss server under linux

The first step is to switch to the deployments directory of jboss:

/opt/app/jboss-eap-6.4/STAGServer/deployments/ The second step: Modify the previous war package and name it according to the standard. The third step: Switch to the war package on secureCRT Directory: cd /opt/app/jboss-eap-6.4/STAGServer/deployments/ Step 4: Execute (modify the project name below to your own project name) touch project name.war.dodeploy Step 5: Execute:       ll Step 6: Execute: (If the deployment is successful, you can check the daily information to see if the deployment is successful)        cd ../log Step 7: Execute the operation of viewing the log:   tail -f server.log to see if an error is reported or not, then package it without reporting an error ok


























Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326103330&siteId=291194637
Recommended