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 - Servlets can't be previewed like JSPs
Summary: Servlets can't be previewed like JSPs
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-27 15:00 UTC by Markus Brändli
Modified: 2002-07-19 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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