Start / stop a web application from itself?

前端 未结 3 1821
故里飘歌
故里飘歌 2020-12-16 23:13

I\'ve made a web application using Java, Struts and running over Apache Server and Tomcat. It would be very useful to be able to restart the application from the web. I don\

3条回答
  •  粉色の甜心
    2020-12-16 23:59

    Tomcat Manager offers an http interface to start/stop an application and other tasks. There are Ant tasks that you can use to easily access these operations.

提交回复
热议问题