4 Replies Latest reply on Oct 25, 2007 2:20 AM by jaikiran

    The Apache Tomcat Native library not found

      08:48:12,359 INFO [AprLifecycleListener] The Apache Tomcat Native library which
      allows optimal performance in production environments was not found on the java
      .library.path



      Can someone tell me how to finx it

        • 1. Re: The Apache Tomcat Native library not found

          ALso I have installed apache tomcat 6.0 installed , and i have set catalina_home classpath ,and apache is running fine

          • 2. Re: The Apache Tomcat Native library not found
            jaikiran

            That message is not a problem. You can ignore it. That message tells you that a optional library was not found. You can find more information about this library at http://tomcat.apache.org/tomcat-5.5-doc/apr.html

            • 3. Re: The Apache Tomcat Native library not found

              HI ,
              actually my JSP page is loading partially , what I mean by partially is , the complete components of the page doesn't gets loaded ,
              For EX: I have a dynamic combo box . I stops in some where between , and all the items below it are not loaded.

              So , is there someway to optimize tomcat further.

              I thought , this can lead to some performance degradation in the server , what to do make sure this error doesn't comes

              • 4. Re: The Apache Tomcat Native library not found
                jaikiran

                 

                what to do make sure this error doesn't comes


                As i mentioned in my earlier post, that message is not an error message.

                actually my JSP page is loading partially , what I mean by partially is , the complete components of the page doesn't gets loaded ,
                For EX: I have a dynamic combo box . I stops in some where between , and all the items below it are not loaded.


                This has got nothing to do with the message. You will have to look at the way the application displays values in the combo box. Do you see any exceptions in the logs when you are accessing the JSP?