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: dev@tomcat.apache.org
        ReportedBy: hau...@acm.org


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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to