Tomcat classloader and JNI questions

2002-09-17 Thread Eric Hollander
I am working on getting Jmagick to work with Tomcat-4.1 and JDK 1.4. I have heard that it is possible but no one can quite describe how so I've been doing some experimentation with it. It does work if I use this command to start Tomcat: # LD_LIBRARY_PATH=/usr/local/lib java -Djava.endorsed.dir

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Miguel Angel Mulero Martinez
Have you tried CATALINA_HOME/server/lib? -Mensaje original- De: Eric Hollander [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 10:23 Para: [EMAIL PROTECTED] Asunto: Tomcat classloader and JNI questions I am working on getting Jmagick to work with Tomcat-4.1 and

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Mr. Tomcat
On Mon, 2002-09-16 at 22:39, Miguel Angel Mulero Martinez wrote: > Have you tried CATALINA_HOME/server/lib? Yes, I tried that. It didn't work. The ONLY way to get the JVM to load the shared libs is if the jmagick.jar is in the classpath itself. Would this be considered a Tomcat bug, or is this

RE: Tomcat classloader and JNI questions

2002-09-17 Thread Cox, Charlie
M > To: Tomcat Users List > Subject: RE: Tomcat classloader and JNI questions > > > On Mon, 2002-09-16 at 22:39, Miguel Angel Mulero Martinez wrote: > > Have you tried CATALINA_HOME/server/lib? > > Yes, I tried that. It didn't work. The ONLY way to get the > JV