Re: global/separate classloader for each web-app

2007-06-14 Thread Hamster
r */ public void setExtDir(String extDir) { this.extDir = extDir; } } That's all, it works fine, it does not affect classloader hierarchy and it is logically equal to copy-based solution. Thanks for your help, now let's wait what customer say ;) Hamster, -- GMail::Hamster

Re: global/separate classloader for each web-app

2007-06-13 Thread Hamster
, copy the concerned classes to the WEB-INF/lib ? Copy seems easier than play with classloader... Thank you David for this suggestion it is worth to check and consider. -- GMail::Hamster http://music-codex.com/ http://hamsterready.blogsp

Re: global/separate classloader for each web-app

2007-06-12 Thread Hamster
hey are going to put everything in commons/lib and all applications will use same version of libraries in shared classloader ;( and that is going to break all the apps ;] and someone will have to "fix" or "upgrade" them to "the new approach", and it's going to be

Re: global/separate classloader for each web-app

2007-06-12 Thread Hamster
e. I will try it ;] Thanks, Hamster, -- GMail::Hamster http://music-codex.com/ http://hamsterready.blogspot.com/ - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

global/separate classloader for each web-app

2007-06-12 Thread Hamster
there is a way to extend Tomcat, maybe there is already a solution of this problem? Thanks, Hamster -- GMail::Hamster http://music-codex.com/ http://hamsterready.blogspot.com/ - To start a new topic, e-mail: users@tomcat.apache.org