I've also been using jni without a problem. The jar where my jni calls
exist is deployed to the webapps/axis/WEB-INF/lib directory.
Michael Ser
Netweave Integrated Solutions, Inc.
-Original Message-
From: Adhamh Findlay [mailto:[EMAIL PROTECTED]
Sent: Friday, August 08, 2003 9:04 AM
To
I had a similar problem loading some configuration files from my web
service. The answer is $CATALINA_HOME/bin. After all it is a servlet.
Somewhere in Axis land I found this code which revealed the mystery:
MessageContext msgContext = MessageContext.getCurrentContext();
String rootDir =
msgCo