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 26003 - Code specific for bundled tomcat should be factored out from generic tomcat4 support
Summary: Code specific for bundled tomcat should be factored out from generic tomcat4 ...
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-25 09:31 UTC by _ rkubacki
Modified: 2007-02-22 10:17 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2002-07-25 09:31:58 UTC
Tomcat40Instalation does a lot of thing during
module instalation. The copying of files that sets
up base directory should be moved to bundledtomcat
module. We can consider modification to default
web.xml.

UI of 'internal' Tomcat (if we want to distinguish
it in the IDE)

compilation - currently the compilation uses jar
from bundled Tomcat. We may want to remove this
compilation completely or rewrite it to use the
same Tomcat as for execution to avoid troubles
when executing because java/class files produced
by different Tomcat version may not be compatible.
Comment 1 Milan Kuchtiak 2002-09-02 08:43:17 UTC
Agree, that's reasonable.
Comment 2 Milan Kuchtiak 2005-10-04 14:35:34 UTC
Is that already done ?
Comment 3 _ rkubacki 2007-02-22 10:17:53 UTC
tomcat40 is not interesting now