Hi all!

I�ve been testing Apache+tomcat out-process (mod-jk: ajp12, ajp13) with no
problems but now I�m trying to use JNI in-process and I cannot get it serving
servlets.

I think that the problem is with the jni connector. I�ve read in the
documentation that it needs the jni_connect.dll. That�s Ok if you are running
windows because it�s already compiled. But there is not even a makefile for
linux. I�ve made one and got the jni_connect.so compiled but it doesn�t work
either.

This is part of my jni_server.xml

<!-- JNI connector -->
<Connector className="org.apache.tomcat.service.JNIEndpointConnector">
   <Parameter name="native_lib"
  
value="/usr/local/src/jakarta-tomcat/src/native/jni_connect/jni_connect.so"/>
</Connector>

I�m using RedHat 6.2
          IBMJava2-13 jvm
          apache 1.3.14 + modssl + php4 with DSO support and shared core
          tomcat 3.2.1  (I�ve tried 3.3 as well)

Any idea? I haven�t got any problems to get ajp12 or ajp13 running!

Thanks in advance!

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to