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

2007-05-25 Thread troy giunipero
P.S. You work for Sun and you're using Windows? Ouch, that hurt :-D . Funny you should ask though. I'm actually a NetBeans technical writer and I'm trying to understand what the IDE does specifically when it uses the embedded Tomcat. I figured trying to set up Apache Tomcat on its own w

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

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 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, d

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 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 Apa