How to disable Tomcat home page

后端 未结 8 554
自闭症患者
自闭症患者 2020-12-28 16:51

I deployed my application in Tomcat and the application path is:

http://localhost:8080/myapp

but I want to restrict my users to not see To

8条回答
  •  不思量自难忘°
    2020-12-28 17:15

    I just discovered that you can connect as manager when the application is in production and stop the welcoming page.

    And if someone try to access again the welcoming page (http://localhost:8080), it will not work:

提交回复
热议问题