1 Reply Latest reply on Nov 22, 2005 10:31 AM by frankgrimes

    JBOSS on AIX system

      I need to install and run JBOSS 3.2.7 on AIX box. Are there any KNOWN issues with JBOSS and AIX configuration. What are the importent area we have to consider for this configuration.

      Regards

        • 1. Re: JBOSS on AIX system
          frankgrimes

          Be aware that the tar program shipped with AIX is not GNU-tar compatible, so you may want to download the .zip distribution and use $JAVA_HOME/bin/jar -xvf to decompress it.

          Make sure you have the latest IBM JDK filesets installed since we have hit many bugs in previous releases. I think the latest as of today is:

          IY75003 ca142-20050929a 1.4.2.20 142 SR3

          Also, I'd suggest building JBoss with the IBM JDK.

          Other than that, it works fine for us.

          Cheers!