【转贴】JSP Debugging

来源:互联网 发布:linux 复制到tmp 编辑:程序博客网 时间:2024/04/30 03:58
导读:

  Debugging Servlets and JSPsYou can debug your JSPs by following these steps.

  Debugging JSPsIt turns out to be surprisingly difficult to debug JSPs. The error messages are usually very cryptic, and once your JSP has been translated to Java and compiled, the actual problem seems to have very little to do with the original JSP. There is a good reason for that: The program that is executing is quite different from the JSP!

  Creating, Developing and Debugging JSPsJava Server Pages are created in the Web Application diagram using a toolbar icon or New | JSP command on the diagram speedmenu. Having created a visual component, observe its properties in the inspector.

  Debugging JSPs and ServletsDebugging web-based applications using JSPs and Servlets is hard work. Get some help here.

  Debugging WebSphere Applications using WebSphere Studio Application Developer Debugger -- Part 1In 2001 IBM introduced the Eclipse platform to the Open Source community in an effort to make the tooling of its products more open to third party contribution and to enhance the platform in general. As part of this strategy, IBM now provides a new set of tools to build enterprise Java檃pplications based on the Eclipse platform. This new set of tools is called WebSphere橲tudio Application Developer which integrates a Java-based debugger as its own debugger.



本文转自

http://www.jspolympus.com/JSP/JSPDebugging.jsp
原创粉丝点击