Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Application

Purpose

Version

Download Links

Java SE Development Kit (JDK)*

  • OpenJDK 8

  • JDK 1.7.*/1.8.*

    Note
    titleImportant!

    Some updates of JDK 1.8 (for example, JDK1.8.0_151) are affected by a known issue related to GZIP decoding. Until this issue is fixed, we recommend one of the following approaches:

    • Use either JDK1.8.0_144 or JDK1.8.0_077 updates. We have verified that these versions are not affected by the known issue.
    • Alternatively, you can disable GZIP decoding for your product by following the steps given below. This will ensure that your product is not affected by the known issue.
      1. Open the catalina-server.xml file from the <APIM_HOME>/repository/conf/tomcat/ directory.
      2. Set the compression parameter (under each of the connector configurations) to false as shown below:

        Code Block
        compression="off"
      3. Restart the server.

OpenJDK

Oracle JDK

Apache ActiveMQ JMS Provider

  • To enable the product's JMS transport and try out JMS samples. The ActiveMQ client libraries must be installed in the product's classpath before you can enable the JMS transport.

5.5.0 or later

If you use any other JMS provider (e.g., Apache Qpid), install any necessary libraries and/or components.

Apache ActiveMQ

Apache Ant

  • To compile and run the product samples in <APIM_HOME>/samples .

1.7.0 or later

Apache Ant

Apache Maven

  • To build the product from the source distribution (both JDK and Apache Maven are required). If you are installing by downloading and extracting the binary distribution instead of building from the source code, you do not need to install Maven.
Apache Maven

Web Browser

  • To access the Management Console. The Web browser must be JavaScript enabled to take full advantage of the Management console.
Note

On Windows Server 2003, you must not go below the medium security level in Internet Explorer 6.x.



...