Re: JNI and Tomcat problem

2008-06-15 Thread Johnny Kewl
- Original Message - From: "Shamshad Ansari" <[EMAIL PROTECTED]> To: Sent: Sunday, June 15, 2008 8:51 AM Subject: JNI and Tomcat problem Hi, I have a web application deployed in Tomcat. On a click on button on the web browser, it calls a servlet which in tur

JNI and Tomcat problem

2008-06-14 Thread Shamshad Ansari
Hi, I have a web application deployed in Tomcat. On a click on button on the web browser, it calls a servlet which in turn calls a native function written in C. First time when tomcat is started and I run the application, it works fine. The second clicking the same button causes the server to crash