JSP 信息页面调试助手
是否有人使用 jsp 调试帮助程序页面,可以将其放入任何 web 应用程序中或包含在另一个 jsp 页面中来查看 header、req 和 session 属性?
如果可能的话可以分享一下吗?这将对许多人有很大的帮助
Does anyone has uses jsp debug helper page that can be dropped into any webapp or included from within another jsp page to view header, req and session attributes?
can you please share if possible ? It will be a great help for many
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
pageDebugger.jsp
放入您的 webapplayout.jsp
以在每个页面上显示此详细信息pageDebugger.jsp,
请将其删除此外,如果您可以选择修改 web.xml,看看这些也可用于监视/配置活动 http 会话属性
http ://code.google.com/p/sessionmon/
http://messadmin.sourceforge.net/< /a>
pageDebugger.jsp
in you webapplayout.jsp
to show this details on every pagepageDebugger.jsp
Additionally if you have option to modify web.xml, have a look at these that can also be used to monitor / profile active http session attributes
http://code.google.com/p/sessionmon/
http://messadmin.sourceforge.net/
在工作中,我使用 JDeveloper 从 IDE 以调试模式运行应用程序。您可以在 .jsp 中插入断点并查看所有调试信息。虽然我不是 jdeveloper 的忠实粉丝,但它是 IDE 的一个很好的功能。
At work I have used JDeveloper to run an application in debug mode from the IDE. You can insert breakpoints into your .jsp and view all the debugging info. Although, I am not a big fan of jdeveloper, it is a nice feature of the IDE.