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 22803 - JSP compilation is incorrecly enabled even in Minimum integration mode
Summary: JSP compilation is incorrecly enabled even in Minimum integration mode
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: -FFJ-
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-25 16:46 UTC by Petr Jiricka
Modified: 2005-12-09 10:22 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 Petr Jiricka 2002-04-25 16:46:10 UTC
1. Go to internal Tomcat installation in the server 
registry
2. Change integration mode to Miinimum
3. Create a JSP page
4. Compile item for this page will be enabled

This may in turn cause severe version clashes between the 
IDE and Tomcat, and JSP execution may not work smoothly, 
e.g. it may display old versions of the page.

It also causes a severe performance regression on JSP 
execution, as the page has to be compiled twice.
Comment 1 Petr Jiricka 2002-04-25 16:48:26 UTC
Assigning to myself.
Comment 2 Petr Jiricka 2002-04-25 16:53:31 UTC
This bug is a regression caused by the following change:

/cvs/tomcatint/tomcat40/src/org/netbeans/modules/tomcat/tom
cat40/Tomcat40DataObject.java

Revision : 1.25.2.13.2.16
Date : 2002/4/16 7:49:46
Author : 'mkuchtiak'
State : 'Exp'
Lines : +68 -44
Description :
Issuezilla 22370

Handling cases when tomcat binaries lie in the read-only 
filesystem.

Comment 3 Petr Jiricka 2002-04-30 15:36:05 UTC
Fixed in both trunk and orion_fcs.
Comment 4 Jaroslav Pospisil 2005-12-09 10:22:13 UTC
VERIFIED