Re: [Resin-interest] class loader question on linux?

2008-01-14 Thread Scott Ferguson
On Jan 11, 2008, at 9:26 PM, Vic Cekvenich wrote: I wonder if someone on the list has an idea as to what to try in this situation. I used to in resin 2.x use the class loader hack config, not sure now why. You should remove that. It should never be enabled. It only exists as a

Re: [Resin-interest] class loader question on linux?

2008-01-14 Thread Vic Cekvenich
Thx Scott again! So I can put java code in resin lib, but... the native .so code, should that also go there? tia, .V The java classes for any JNI code should normally be at the system classloader level, e.g. in resin/ext-lib, not in WEB-INF/lib. The JDK only lets you load a native library

[Resin-interest] class loader question on linux?

2008-01-11 Thread Vic Cekvenich
I wonder if someone on the list has an idea as to what to try in this situation. I used to in resin 2.x use the class loader hack config, not sure now why. I now have potentially a class loader issue loading native code, but ... no hints I get from logs. The code bellow I am using, works great