Re: Class loading question

2006-05-23 Thread Black Buddha
enabled. Femi. On 5/23/06, Black Buddha <[EMAIL PROTECTED]> wrote: Tried it: and antiResourceLocking as well (both set to true). Its very curious: antiResourceLocking does what it seems like it should do: extracts all referenced resource files into work\Catalina\localhost\test\loader\org\bla

Re: Class loading question

2006-05-23 Thread Black Buddha
-5.5-doc/config/context.html look for "antiJARLocking" is that what you are after? Filip Black Buddha wrote: > Actually, I looked at that and its a little odder than that. I use the > Eclipse compiler, and when its locating import dependencies it uses a > chunk > o

Re: Class loading question

2006-05-23 Thread Black Buddha
Actually, I looked at that and its a little odder than that. I use the Eclipse compiler, and when its locating import dependencies it uses a chunk of code like this to retrieve the bytes for a specific class: InputStream is; try{ String resourceName = className.replace('.', '/') + ".class";

Re: Class loading question

2006-05-22 Thread Black Buddha
Peter, thank you very much. I will search for a separate solution. Femi. On 5/22/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Black Buddha [mailto:[EMAIL PROTECTED] > even after I've stopped the webapp Tomcat still > holds an open file handle to the generated li

Class loading question

2006-05-20 Thread Black Buddha
Hi, I'm having a little class loading difficulty, and after spending quite a few hours playing with it and searching for a solution online I figured I should go ahead and ask if anyone can point out a solution to me. Background: I'm developing on Tomcat 5.517 using JDK1.5. The operating system