Close Tomcat, deploy and start the Tomcat script

Source: Internet
Author: User

1/opt/tomcat/bin/shutdown.SH2 Sleep 53 PSAux|grep "apache-tomcat-7.0.1"|grep-V"grep"|grep "Java"|awk '{print $}'|Xargs Kill-94 RM-f/opt/tomcat/webapps/Ibank.war5 RM-rf/opt/tomcat/webapps/IBank6 CP-f/home/tomcat/ant_build/ibank.war/opt/tomcat/webapps/7/opt/tomcat/bin/startup.SH

These are performed by the user of Tomcat, the corresponding ant task (within Pom.xml)

<Tasks>    <SCPfile= "${project.build.directory}/${project.build.finalname}.${project.packaging}"Todir= "${production.ssh.username}:${production.ssh.password}@${production.ssh.host}:${production.remote.dir}" Trust= "true"verbose= "true" />    <Deletedir= "${project.build.outputdirectory}"/>    <Deletedir= "${project.build.directory}/ibank"/>    <sshexecHost= "${production.ssh.host}"username= "${production.ssh.username}"Password= "${production.ssh.password}"Command= "/home/${production.ssh.username}/scripts/tomcat_restart_ibank.sh"Trust= "Yes" /></Tasks>

Close Tomcat, deploy and start the Tomcat script

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.