On 25/06/2019 16:11, Mark A. Claassen wrote:
> I recently noticed that my tomcat-native library was in the wrong location 
> and not accessible to Tomcat.  However, I was very surprised that this seems 
> to be not matter.  Then I noticed that the tomcat-jni.jar looks like the same 
> thing.
> 
> Do I need to use the tomcat-native JAR file (tomcat-native-1.2.16.jar)?  Or 
> can I just bundled tomcat-jni.jar?
> There is a org.apache.tomcat.jni package in the tomcat source.  Is this the 
> same thing as the tomcat-native libraries at the time the distribution is 
> built?

There are two parts to the native code. The native binary and the Java
interface. It does look like those two JARs are just different
packagings of the same Java interface.

As long as the Java interface is the same major version and at least the
same minor version as the native library you should be OK.

Mark


> 
> 
> Thanks,
> Mark
> 
> Mark Claassen
> Senior Software Engineer
> 
> Donnell Systems, Inc.
> 130 South Main Street
> Leighton Plaza Suite 375
> South Bend, IN  46601
> E-mail: mailto:mclaas...@ocie.net
> Voice: (574)232-3784
> Fax: (574)232-4014
>   
> -------------------------------------------
> Confidentiality Notice: OCIESERVICE
> -------------------------------------------
> The contents of this e-mail message and any attachments are intended solely 
> for the addressee(s) named in this message. This communication is intended to 
> be and to remain confidential. If you are not the intended recipient of this 
> message, or if this message has been addressed to you in error, please 
> immediately alert the sender by reply e-mail and then delete this message and 
> its attachments. Do not deliver, distribute, copy, disclose the contents or 
> take any action in reliance upon the information contained in the 
> communication or any attachments.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to