Re: tomcat jni configuration...

2003-12-04 Thread Tony
in java.library.path . What's that ? thank u any help. - Original Message - From: Wade Chandler [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 3:05 PM Subject: RE: tomcat jni configuration... Does your tomcat installation run fine? i.e

RE: tomcat jni configuration...

2003-12-03 Thread Wade Chandler
Does your tomcat installation run fine? i.e. in a standalone mode? Wade -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:20 AM To: [EMAIL PROTECTED] Subject: tomcat jni configuration... hi, all i have a problem trying to configurate my

tomcat jni configuration...

2003-12-01 Thread Tony
hi, all i have a problem trying to configurate my apache 2.x with Tomcat 4 (jni using jk2)... everything looks fine when i initiate apache, but when i try to access the examples apps (localhost/examples) i got the following error on error.log (apache directory): Tue Dec 02 03:08:56 2003]

Tomcat - JNI

2003-07-08 Thread Altug B. Altintas
Hi, i am using Tomcat 4.1.24 and in our web application we use JNI like below static { System.loadLibrary(optimizer_dll); } optimizer_dll.dll resides in c:\code\bin; This path is also in the the PATH environment When i start Tomcat, every think is fine but after some times passes, tomcat

tomcat+jni+apache1.3?

2002-03-31 Thread Adam Megacz
Is it possible to use the JNI connector with Apache 1.3? I've read that the JNI connector requires a threaded web server, and that Apache1.3 isn't threaded (but 2.0 is). If it's not possible, can anyone recommend a fairly stable version of Apache 2.0? - a -- The web is dead; long live the

Tomcat+JNI+Embedded SQL won't work for me

2001-05-07 Thread Simon A. Crase
Help! I am trying to access some embedded SQL from Java Server pages - basically jsp+Tomcat calling beans, which go through JNI to call embedded SQL (Unify) - which in turn has been translated to C and compiled into a shared object (Linux). Everything works fine without jsp Tomcat - I have

Tomcat + JNI problem

2001-02-02 Thread Manoj Thakur
Hello Amandeep, Hope you can help me. I am running Tomcat version 3.1 on HPUX 11.0 with Apache. What I am trying to do is invoke a C function (using JNI) from a servlet. The C function is compiled into a shared library. Now, if I write a simple JAVA application, use JNI and execute the C

Tomcat, JNI and HP-UX

2000-12-05 Thread Eric Lee (LYN) (EUS)
Title: Tomcat, JNI and HP-UX I am using Tomcat 3.1 on HP-UX 10.20 with Java version (HP-UX Java C.01.18.03 05/12/2000 16:31:36 hkhd02) I am attempting to use a servlet that instantiates a class that contains JNI methods and I keep getting java.lang.UnsatisfiedLinkError exceptions when

RE: Tomcat, JNI and HP-UX

2000-12-05 Thread Russell Freeman
Title: Tomcat, JNI and HP-UX I have some tips from experience with both Win32 and AIX platforms. I'm assuming that HP UK C dynamic link libraries are built similar to AIX ones...? - JDK 1.18 uses JNI version 1.0 bindings by default. Use the -jni option with javah to create a JNI 1.1 style

RE: Tomcat, JNI and HP-UX

2000-12-05 Thread Russell Freeman
I have some tips from experience with both Win32 and AIX platforms. I'm assuming that HP UK C dynamic link libraries are built similar to AIX ones...? - JDK 1.18 uses JNI version 1.0 bindings by default. Use the -jni option with javah to create a JNI 1.1 style C headers. These are easier to link

Tomcat + JNI -- Help!

2000-11-20 Thread Michael Cohen (ETL)
Hi, I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on Solaris 2.6 and am trying to call a native method from my servlet (this worked fine under JavaWebServer2.0). The shared library is definitely being loaded (ie no exception is thrown when I tried to load it separately,

Tomcat + JNI

2000-11-17 Thread Michael Cohen (ETL)
Hi, I have just installed Apache1.3.14 + modssl + tomcat 3.2b5 on Solaris 2.6 and am trying to call a native method from my servlet (this worked fine under JavaWebServer2.0). The shared library is definitely being loaded (ie no exception is thrown when I tried to load it separately, the lib