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 deleg

Re: Tomcat / Java JNI and Classloading issues

2009-05-08 Thread scarlson
ContextClassLoader report 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.

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 OP

Ubuntu 8.10 GWT Apache2 Tomcat Servlet Problems

2009-02-18 Thread scarlson
everse / http://localhost:8080/webMonster/ http://localhost:8080/webMonster> Order allow,deny Allow from all --- snip The only change I've made to server.xml is turning on access logs. Attached are the source code and my WAR files.. I hope this is enough information to offer.