I have a webapp. In 2 servlets, I call JNI code.
When I call the servlets from a browser DIRECTLY, all is well and the code executes. When the servlets get called from JSP's, the JNI code hangs. I know I am cleaning up after myself in the JNI code What is the difference in how Tomcat loads and processes a servlet call versus a JSP call??? How can I debug/profile this to determine the problem??? John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 "Before you criticize someone, walk a mile in their shoes. That way, you'll be a mile from them, and you'll have their shoes." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
