tomcat中哪里可以检查servlet异常

发布于 2024-11-05 20:00:36 字数 198 浏览 0 评论 0原文

一个非常简单的问题(请原谅) - 如果 servlet 抛出 ServletException 并且它在 Tomcat 中运行 - 我在哪里可以检查异常详细信息?试图查看日志,但什么也没有。我可能错过了一些非常明显的事情。我使用(并且在现阶段不打算使用)任何日志库(例如log4j),只是抛出异常并尝试查看它(如果可能)。

欣赏!

A very simple question (pardon) - if a servlet throws ServletException and it runs in Tomcat - where can I inspect the exception details? Tried to look under logs but nothing is there. I probably miss something very obvious. I do not use (and at this stage don't plan to use) any log library (such as log4j), just throwing an exception and trying to see it if possible.

Appreciate!

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

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

发布评论

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

评论(1

開玄 2024-11-12 20:00:36

视情况而定。它们默认记录到Tomcat/logs/[主机名].[时间戳].log。但是,如果您从 Eclipse 等 IDE 内部运行 Tomcat,那么它将接管日志记录,并且最终会出现在 IDE 控制台中,而不会写入日志文件。

Depends. They're by default logged to Tomcat/logs/[hostname].[timestamp].log. However, if you run Tomcat from inside an IDE like Eclipse, then it will take over the logging and it'll end up in the IDE console without being written to log file.

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