Redirect TOMCAT to home page.

Redirect TOMCAT to home page.

  1. Open webapp/ROOT/WEB-INF/web.xml, remove any servlet mapping with path /index.html or /index.jsp, and save.
  2. Remove webapp/ROOT/index.html, if it exists.
  3. Create the file webapp/ROOT/index.jsp with this line of content:
    <% response.sendRedirect("/some/where"); %>
    or if you want to direct to a different server,
    <% response.sendRedirect("http://otherserver.example.com/some/where"); %>

Nhận xét

Bài đăng phổ biến từ blog này

ActiveMQ 5.x

Redo and undo Log in MySQL transaction

[Kubernetes Series] - Bài 19 - Adding custom resource to Kubernetes