This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 9260

Summary: Servlets can't be previewed like JSPs
Product: javaee Reporter: Markus Brändli <mbrandli>
Component: CodeAssignee: issues@javaee <issues>
Status: CLOSED INVALID    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: Other   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description Markus Brändli 2001-01-27 15:00:44 UTC
As though JSPs generates Servlets, it isn't possible to view Servlets directly
in a Browser!
Comment 1 Marek Fukala 2001-02-01 10:42:59 UTC
Yes, you are right, JSP generates servlets, but only an output from generated
servlet appears in browser window. You can see the servlet generated from a JSP
by clicking to the JSP node and selecting 'View Servlet' action. If you want to
see the servlet, you must compile the JSP page first.
For more informations see http://java.sun.com/products/jsp/technical.html