> 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
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.
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
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.