RE: Using JNI in a service?

2003-08-14 Thread mser
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

RE: Trying to find resource directory location

2003-06-06 Thread mser
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