https://bz.apache.org/bugzilla/show_bug.cgi?id=61632

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Konstantin Kolinko <[email protected]> ---
> b. Implement some way to search for tcnative-1.dll in ${catalina.home}/bin ?

For this solution I thought that maybe

1. Allow to configure an explicit path to the dll in AprLifecycleListener

2. Use System.load(filename) call to load the library from an explicitly
specified filename.

The current code (in org.apache.tomcat.jni.Library) calls a different method -
System.loadLibrary(name).

Generally, loading a DDL from an explicit path is better than performing a
search.


A deficiency in this solution is that such configuration is specific to
Microsoft Windows. It cannot be included in the default *.zip download of
Apache Tomcat,
but it can be included "Windows" flavors of zip downloads.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to