Problema com lib java no tomcat

2 respostas
V

Estou subindo meu servidor tomcat, e no log do catalina esta aparecendo a seguinte msg:

“INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Arquivos de programas\Apache Software Foundation\Tomcat 5.5\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\AppServer\jdk\bin”

Alguem sabe oq isso pode ser??
Eu acho q pode ter haver com o a definição do path no windows que na minha maquina estao assim:

JAVA_HOME - C:\Sun\AppServer\jdk
Path - %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Sun\AppServer\jdk\bin

2 Respostas

thiago.correa

Pelo que eu vi, não há problema nenhum. Conforme o post abaixo

You can safely ignore this message if you want. Basically it is telling you that an optional shared library (dll on Windows) is not found. The APR is the Apache Portable Runtime. This is a native (non-java) library that can improve the performance of Tomcat in certain situations.

On both Windows and Unix/Linux you will need a C compiler to build this library.

plentz

A mensagem deve estar se referindo à DLL nativa que o Tomcat permite que seja instalada para aumentar a performance quando o servidor de produção precisa ser Windows.

Criado 21 de dezembro de 2006
Ultima resposta 21 de dez. de 2006
Respostas 2
Participantes 3