How to deploy Java web application project from Eclipse to live Tomcat server?

后端 未结 4 2177
终归单人心
终归单人心 2020-12-13 07:37

I have developed an web application using HTML, Java Servlet and all. While developing I was using Tomcat to deploy it in order to test it.

Now my development is don

4条回答
  •  孤街浪徒
    2020-12-13 08:00

    Making a few assumptions here. You need

    1. A tomcat instance running on your production server
    2. Permissions to make changes to the tomcat instance
    3. A war file that bundles your application

    If you have both, then you need to navigate to the Tomcat manager page and follow the instructions to upload your war file.

提交回复
热议问题