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 21213 - JSP including HTML file does not execute properly with internal Tomcat
Summary: JSP including HTML file does not execute properly with internal Tomcat
Status: RESOLVED DUPLICATE of bug 21034
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-05 21:11 UTC by Jason Rush
Modified: 2002-04-23 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
This is the exception which is thrown. (17.57 KB, text/plain)
2002-03-05 21:13 UTC, Jason Rush
Details
This is the JSP which includes the HTML file. (149 bytes, text/plain)
2002-03-05 21:14 UTC, Jason Rush
Details
This is the HTML file included by the JSP. (14 bytes, text/html)
2002-03-05 21:14 UTC, Jason Rush
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Rush 2002-03-05 21:11:31 UTC
I have a simple JSP file which includes an HTML file using the <jsp:include> tag
(see attached files).  This JSP works fine on an external Tomcat; however, when
executing the JSP on the internal Tomcat server an IllegalStateException is
thrown.
Comment 1 Jason Rush 2002-03-05 21:13:06 UTC
Created attachment 4950 [details]
This is the exception which is thrown.
Comment 2 Jason Rush 2002-03-05 21:14:00 UTC
Created attachment 4951 [details]
This is the JSP which includes the HTML file.
Comment 3 Jason Rush 2002-03-05 21:14:34 UTC
Created attachment 4952 [details]
This is the HTML file included by the JSP.
Comment 4 Jason Rush 2002-03-06 02:17:34 UTC

*** This issue has been marked as a duplicate of 21034 ***