You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/30 23:57:53 UTC

DO NOT REPLY [Bug 20374] New: - add way to put additional directories in shared classloader

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20374>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20374

add way to put additional directories in shared classloader

           Summary: add way to put additional directories in shared
                    classloader
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: bslesins@best.com


It looks like these directories are hard-coded in Bootstrap.java to be fixed
subdirectories of CATALINA_BASE.  (BTW the documentation still says CATALINA_HOME.)

I want to add classes and jar files from some additional directories.  (They are
at fixed locations in my development environment and I'm migrating from JRun
which does make this configurable.)

Perhaps a catalina.shared-classpath property?

(Symbolic links would work except I'm running on Windows.  Guess I'll have to
copy them.)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org