Re: Tomcat / Java JNI and Classloading issues

2009-05-08 Thread scarlson
WebAppClassLoader?? I guess I assumed that it should report something like 'Common'. Am I right to be suspicious about this? Thanks, Scott scarlson wrote: Hello Everyone, I am attempting to integrate a Java JNI Library with Tomcat and GWT. I have had good sucess as far as initial proto-typing. I am

RE: Tomcat / Java JNI and Classloading issues

2009-05-08 Thread scarlson
No. The contextClassLoader for any thread executing in a webapp will be an instance of WebAppClassLoader. A WebAppClassLoader will delegate to the common or shared classloader if it fails to find the requested class in WEB-INF/lib or WEB-INF/classes. So if the WebAppClassLoader delegates

Tomcat / Java JNI and Classloading issues

2009-05-07 Thread scarlson
Hello Everyone, I am attempting to integrate a Java JNI Library with Tomcat and GWT. I have had good sucess as far as initial proto-typing. I am aware of the classloaders (common, shared, and webapp), but seem to be missing something big here. I basically have problems cleanly using this Java

Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread scarlson
information to offer. It seems like I've tried most of the suggestions, regarding paths.. I am obviously missing something? Thanks in Advanced for your help! -SCarlson http://www.nabble.com/file/p22084028/webMonster-src.zip webMonster-src.zip http://www.nabble.com/file/p22084028/webMonster.war