2 Replies Latest reply on Jul 7, 2009 1:57 PM by vijayravi_srn

    How to configure APR or native library in JBoss AS 5.0.0

      Hi,
      I am trying to configure native library in JBoss AS5.0.0 in Fedora Linux.

      1) i downloaded jboss native jboss-native-2.0.6-linux2-x86-ssl.tar.gz
      2) copied the *.so and engine folder into my $JBOSS_HOME/bin/META-INF/lib/linux2/x86 and copied openssl into $JBOSS_HOME/bin/

      3) started my jboss server.BUT still my jboss is not using native library
      log shows
      [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      instead of
      [Http11AprProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080

      Can some guide me how to configure in linux ?

      (I am able to configure JBOSS 5 in windows)