Re: Getting the Tomcat Native library to work under Fedora

2006-12-17 Thread John Najarian
Martin, I ran into this with FC5. What you have to do is use the command "ls -l" and follow all the links (there are quite a few) to where FC puts Tomcat in its distribution. It's the same with Eclipse. You'll have to follow the PATH and CLASSPATH variables as well. What I did was install ecli

Getting the Tomcat Native library to work under Fedora

2006-12-15 Thread Martin Dubuc
I guess most of us have wondered at one point or another what this message means: "INFO: The Apache Tomcat native library which allows optimal performance in production environments was not found on java.library.path" in the catalina.out log. Only recently have I spent time trying to figure out