Automatic Deployment of Java application on Remote Tomcat

前端 未结 3 1685
执笔经年
执笔经年 2021-02-15 18:39

I want to be able to automatically deploy a Java application to a tomcat server.

Current situation:

  • A Java project is under developement in Eclipse
3条回答
  •  时光说笑
    2021-02-15 19:07

    If you use Maven I will suggest to use Cargo plugin which supports all Tomcat's version and have ability to deploy to local and remote servers.

提交回复
热议问题