Extending appserver 8 ? usage of jni dll.
I'm trying to figure out how to extend appServer 8
I have 2 <app>.dll's which I use to interface to native code.
I've referenced the .dll's in the studio2 project.
the war file seems to export
Studio2 compiles and deploys but ...
So far so good.
But now I getting curious ... how to correctly trick appserver 8 into loading the dll.
Having them in the project does not do the trick.
I've manually installed them into appserver\lib .
But this does not seem to always be the right case ...
(I really cannot verify since I've had some real trouble with app server 8 and creator 2 in the past.)
I've always managed to find the place where to load... but only by trial and error.
What is the right procedure ?
Erik

