tomcat 5 and JNI problem

2004-09-06 Thread Alexio Cassani
Hi all, I've some trouble running a web application that use JNI to access a dll. The os is windows 2000/XP and I'm running Tomcat 5.0.26 (tried also with 27 and 28). I've done the following step: - put my dll in the %ApacheInstallDir%/common/lib - started Tomcat service - open the first page of

JK2 possible JNI problem? nativeDispatch exceptions

2004-07-20 Thread Joshua Szmajda
Hi All, I've got Tomcat 4.1.20 and Apache 2.0.46 running on Red Hat Enterprise Linux AS 3. I'm using the jk2 connector (connectors version 2.0.4) with a unixSocket channel. My problem is that the catalina.out file constantly gets the following two entries: this one comes constantly.. [Mon Jul

TOMCAT and JNI problem...

2004-01-26 Thread J.Pablo M
Hello. I'm running a JSP based Web aplicacion using Tomcat wich uses a Java Class that loads a native library (JNI). The files are created as follows: javac extractor/HTDInterface.java javah extractor.HTDInterface then I compile my c++ source code with the header file

Re: TOMCAT and JNI problem...

2004-01-26 Thread Giuseppe Briotti
Then I made a script to start the tomcat with the LD_LIBRARY_PATH environment variable set up: - #!/bin/sh export JAVA_HOME=/opt/java export CATALINA_HOME=/usr/local/jakarta-tomcat export PATH=${JAVA_HOME}/bin:${PATH} export

Re: TOMCAT and JNI problem...

2004-01-26 Thread J.Pablo M
Briotti [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: TOMCAT and JNI problem... Date: Mon, 26 Jan 2004 17:29:02 +0100 (CET) Then I made a script to start the tomcat with the LD_LIBRARY_PATH environment variable set up

RE: TOMCAT and JNI problem...

2004-01-26 Thread Götz, Bernd
: TOMCAT and JNI problem... Hello. I'm running a JSP based Web aplicacion using Tomcat wich uses a Java Class that loads a native library (JNI). The files are created as follows: javac extractor/HTDInterface.java javah extractor.HTDInterface then I compile my c

JNI problem Tomcat 4.1.12

2002-10-21 Thread Roland S Nygren
Java version: j2sdk1.4.1 Tomcat: 4.1.12 I have a servlet (BilsvarInit) calling a native method (getLine). The native method is defined in /Program/j2sdk1.4.1/jre/lib/i386/prompt.dll Settings are: set JAVA_OPTS=-Djava.library.path=/Program/j2sdk1.4.1/jre/lib/i386 %JAVA_OPTS% set

JNI problem

2001-04-19 Thread GASNIER Lise
[GASNIER Lise] Hi, I am trying to set-up IIS so that Tomcat (3.2.0) will run in-process . I manage to use IIS with out-process workers. I followed the In-process How-to to configure IIS redirector. But when starting the server, I got these messages in isapi.log: isapi.lo file:

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