Steps to deploy web application on Tomcat via install4j installer or Advanced Installer

馋奶兔 提交于 2019-12-02 08:43:28

According to my understading of your question, I believe you'd need these few things to do:

  • Copying your tomcat containing the WAR file in webapps directory to default/specified directory.
  • Or else for an existing tomcat, copy your war file in tomcat/webapps directory.
  • Execute tomcat startup.bat from tomcat/bin.

For the above tasks, I'd say the below links will suffice: Install4J, Advanced Installer Tutorial

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!