Automatic Deployment of Java application on Remote Tomcat

前端 未结 3 1693
执笔经年
执笔经年 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:09

    If you prefer not to go with Maven or the Cargo plugin you can simply invoke the Tomcat manager deploy URL. Under the covers Cargo is basically doing the same thing. Tomcat also provides Ant tasks to wrap the manager commands. Using the Ant tasks would enable you to invoke them in Eclipse without a plugin.

提交回复
热议问题