krrishg / war-deployer

This script deploys war files to tomcat webapp directory. Project name and tomcat version can be specified by the programmer as command line arguments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

war-deployer

This script deploys war files to tomcat webapp directory. Project name and tomcat version can be specified by the programmer as command line arguments.

Deploy war file

Goto the root directory of your project and run the following command:

  • ./deploy_to_tomcat <project_name> tomcat<version>

The war file is now deployed and tomcat service is restarted.

About

This script deploys war files to tomcat webapp directory. Project name and tomcat version can be specified by the programmer as command line arguments.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%