获取访问 Web 应用程序欢迎页面的重定向循环

发布于 2024-10-14 20:32:25 字数 277 浏览 2 评论 0 原文

我不知道为什么,但是访问我的网络应用程序 http://localhost:8080/MyApp 给了我一个重定向循环。

我没有 servlet 或 servlet 映射,我的欢迎页面位于 Tomcat/webapps/MyApp/index.html,这是一个简单的“hello world”html 页面。

有什么想法吗?为什么 Tomcat 会重定向?也许 eclipse 中配置有问题?

I'm not sure why, but accessing my webapp at http://localhost:8080/MyApp is giving me a redirect loop.

I have no servlets or servlet mappings, and my welcome page is at Tomcat/webapps/MyApp/index.html, which is a simple "hello world" html page.

Any ideas? Why would Tomcat be redirecting? Maybe something is configured wrong in eclipse?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

〆凄凉。 2024-10-21 20:32:25

假设您确实没有映射到 /*/ 上的 servlet 或过滤器,那么只有在 web.xml的file>基本上是指<​​code>/。

Assuming that you have indeed no servlets or filters mapped on /* or /, then this can only happen if the first match as defined in a <welcome-file> of webapp's web.xml is basically referring to /.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文