Viewing a JSP's Servlet

See Also

When you execute a JSP file, the server translates the contents of the JSP file into a Java servlet and compiles the servlet. You can view the translated servlet source in the Source Editor.

Note that you cannot set breakpoints in the servlet source code. You can set breakpoints in the JSP file only.

To view the servlet generated from a JSP file:

See also
About Debugging Web Modules
About Servlets

Legal Notices