Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我已从我的 tomcat 服务器中删除了一个应用程序。现在我需要告诉用户,该应用程序已从路径中删除。使用新 URL(它将在新服务器中)。
如果任何用户点击了新 URL,他需要收到一条消息通知他应用程序已被删除。
如何处理。
您可以放置一个重定向页面来将用户重定向到新的 URL,而不是删除旧的应用程序。