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=4231>. 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=4231 use CATALINA_BASE/classes & CATALINA_BASE/lib for shared classloader ------- Additional Comments From [EMAIL PROTECTED] 2001-10-18 07:10 ------- I am currently running Tomcat 3.2.1. I am using the "-h" option to run multiple instances with one binary installation. Each instance has its own "lib" directory which enable me to use different versions of jar files for each instance. I would like to see this "feature" in Tomcat 4.0 also. I have looked at the source code. All this is needed is to change the shared classloader to look in CATALINA_BASE/lib and CATALINA_BASE/classes instead of CATALINA_HOME.