Re: Tomcat Native library on java.library.path ?

2007-05-24 Thread Foo Shyn
Hmm i haven't start using Tomcat 6, but i guess that the java.library.path might actually refers to your JDK? Which version of JDK are you using? troy giunipero wrote: Hello, I recently installed Apache Tomcat 6.0.10 and have been getting the following message upon startup: INFO: The

Re: Tomcat Native library on java.library.path ?

2007-05-24 Thread Len Popp
The Tomcat Native library (tcnative-1.dll) is optional. (Note that the log message says INFO - it's not an error.) If that DLL is installed it should be in Tomcat's bin sub-directory. -- Len On 5/24/07, troy giunipero [EMAIL PROTECTED] wrote: Hello, I recently installed Apache Tomcat 6.0.10

RE: Tomcat Native library on java.library.path ?

2007-05-24 Thread Lakshmi Venkataraman
Recently, I saw a similar problem on Solaris9 with Tomcat 5.5.23. Then ldd tcnative-1.so revealed that a certain library (in this case, libgcc.so) was not in the path. By adding that library to the path, Tomcat stopped complaining about not being able to find the native library. On windows,

RE: Tomcat Native library on java.library.path ?

2007-05-24 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Tomcat Native library on java.library.path ? Surely the Native library is the apache-tomcat-6.0.10\lib folder Surely, it isn't. As Len pointed out, it's the bin directory. and surely the java.library.path refers to PATH. By

Re: Tomcat Native library on java.library.path ?

2007-05-24 Thread Len Popp
On 5/25/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: P.S. You work for Sun and you're using Windows? It could be that he needs to use one of the many vital application programs that aren't supported on the Solaris platform. World of Warcraft, for example. :-) -- Len