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 46044 - Should not require copying libraries into CATALINA_HOME
Summary: Should not require copying libraries into CATALINA_HOME
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: TOMCAT
Depends on:
Blocks:
 
Reported: 2004-07-12 15:22 UTC by Petr Jiricka
Modified: 2005-07-07 12:23 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2004-07-12 15:22:24 UTC
Currently, the IDE puts monitor libraries
(httpmonitor and schema2beans) to
CATALINA_HOME/common/lib. This effectively
modified the Tomcat installation. 

A better way would be to put the monitor libraries
under CATALINA_BASE, so we only tweak the user
specific directory, not the common installation
directory. This can be done by:

1. Copying the libraries to CATALINA_BASE/common/lib
2. Modifying the common.loader property in
CATALINA_BASE/conf to include CATALINA_BASE/common/lib

Note that because of a bug in Tomcat, this
approach only works in the latest Tomcat codebase,
not in Tomcat 5.0.25.

See also Tomcat issue 
http://issues.apache.org/bugzilla/show_bug.cgi?id=28985