如何在 Eclipse 中查看 J2EE Preview 服务器/容器的日志/控制台?
我正在 Eclipse 中开发 struts2 Web 应用程序,并使用内置的 J2EE Preview 服务器。 我如何查看它的日志/控制台?
我遇到了一些问题,现在我以前的工作站点到处都显示错误 404,并且 Eclipse 底部窗口的控制台选项卡没有显示任何内容。
干杯所有
编辑:这是我在 Eclipse 中的控制台和服务器选项卡的一些屏幕截图: 控制台 http://img693.imageshack.us/img693/2522/console.gif 服务器 http://img693.imageshack.us/img693/3302/servers.gif
I'm working on a struts2 web app in Eclipse, and am using the built-in J2EE Preview server.
How can i view the logs / console for it?
I'm having some problems and now my previously working site is showing Error 404 everywhere, and the console tab at the bottom window of eclipse isn't showing anything.
Cheers all
edit: Here's some screenshots of my console and servers tabs in eclipse:
Console http://img693.imageshack.us/img693/2522/console.gif
Servers http://img693.imageshack.us/img693/3302/servers.gif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Eclipse 中控制台的右侧有两个按钮:
尝试更改它们的下拉值以找到您的需要控制台。
当然,如果您的设置正确的话。
There are two buttons on the right side of the
Console
in Eclipse:Try changing their drop-down values to find your needed console.
That's of course if your setup is correct.
最后我放弃了,下载并安装了tomcat,并将其用作我的预览服务器。控制台有更多信息丰富的 tomcat 堆栈跟踪。
In the end, i gave up and downloaded and installed tomcat and used it as my preview server. The console has much more informative stack traces with tomcat.