Eclipse部署程序集日志是否存在?

发布于 2024-12-03 20:16:30 字数 117 浏览 2 评论 0原文

我的项目包含许多依赖项 - 数百个罐子。 对于在 Tomcat 上运行的调试(调试为 > 在服务器上调试)。有时有些jar没有部署在tomcat工作目录中的问题。可能存在部署日志或其他有助于理解原因的内容? 谢谢。

I have project that contains many dependencies - several hundreds jars.
For debug run on Tomcat (Debug as > Debug on Server). The problem that sometimes some jars not deployed in tomcat work directory. May be exists log of deployment or something else that can helps to understand the reason?
Thanks.

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

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

发布评论

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

评论(1

枯寂 2024-12-10 20:16:30

您可以在 Eclipse 窗口中查看标准 Tomcat catalina 日志文件吗?

通过将其写入文件也可以看到这一点。

服务器选项卡中,双击 Tomcat 服务器。您将看到一个名为Overview 的屏幕。

单击屏幕中间的“打开启动配置”。单击“常用”选项卡。

在屏幕中间的“标准输入和输出”下,您可以选中“文件”复选框,然后指定可用于记录控制台输出的文件位置。

重新启动服务器并查看是否有日志。

Can you view the standard Tomcat catalina log file within the Eclipse window?

This is also visible by writing it into a file.

In the Servers tab, double-click on the Tomcat Server. You will get a screen called Overview.

Click on "Open launch configuration" in the middle of the screen. Click on the "Common" tab.

Towards the middle of the screen under "Standard Input and Output" you can check the "File" checkbox and then specify a file location that can be used to log your console output.

Restart the server and see if you have your logs.

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