https://issues.apache.org/bugzilla/show_bug.cgi?id=48863
Summary: allow to specify multiple class folders under
TOMCAT_HOME/common
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
When developing our tomcat applications with eclipse, doing out-rebuild/sysdeo
plugin and have the class files written into TOMCAT_HOME/common/classes is an
effective approach.
For manageability reasons, we need to split our code among several eclipse
projects. The problem is if both are configured to place their .class files in
TOMCAT_HOME/common/classes that when one project rebuilds, it will wipe the
class files of the other one.
A great efficiency gain for the development of multiple projects therefore
would be to be able to specify additional classes folders in server.xml to be
added to the corresponding class-loader
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]