Instalando o tcnative-1.dll

1

Estou configurando o Apache para ser executado em um servidor IIS. O único requisito que me resta é instalar a DLL nativa do Tomact. Eu baixei o tcnative-1.dll do site do Apache. As instruções não estão claras sobre onde eu coloquei este arquivo no servidor web. Como instalo a DLL no servidor IIS?

Obrigado

    
por David Neeck 30.07.2009 / 15:04

2 respostas

2

O guia oficial diz:

Edit $CATALINA_BASE\bin\setenv.bat (creating the file if necessary) and add the path to the tc-native libraries, apr and OpenSSL to PATH. For example:

set PATH=%PATH;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\native\Debug;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\apr\Debug;C:\OpenSSL\lib\VC

E isso significa: adicione "C: \ cygwin \ home \ support \ tomcat-native-current-win32-src \ jni \ native \ Depurar" à variável de ambiente "PATH", então acredito que é onde você deve coloque este arquivo.

    
por 30.07.2009 / 15:13
0

A resposta simples é colocá-lo no diretório bin do Tomcat.

    
por 12.07.2012 / 06:33

Tags