Show TOC

TREX Web Server and TREX Java Client (HTTPS)Locate this document in the navigation structure

Use

The TREX Java client is integrated into the application using TREX (for example, Content Management) as part of the J2EE Engine. This allows the application access to the TREX functions. The TREX Java client communicates with the TREX Web server (Windows: IIS/UNIX: Apache). The Web server then forwards requests to the TREX servers.

Note

In most portal applications, the TREX Java client and Web server are behind the firewall. This means that you do not have to configure secure communication between these two components.

The TREX Java client and TREX Web server both need a certificate issued by the same CA in order to be able to communicate with one another securely.

  • The Java client needs a client certificate.

  • The Web server needs a server certificate.

  • Both components need the root certificate of the CA that issues the other two certificates.

The two communication partners can then encrypt their messages before sending them. The Web server can also authenticate the Java client using its certificate. The TREX Web server rejects requests from unknown communication partners.

Administrators provide the necessary certificates. They also configure the security settings on the TREX Web server and modify security-relevant parameters in the TREX configuration files.

Prerequisites
  • In your enterprise, you have built up a public key infrastructure with your own CA that issues certificates.

    or

  • You are working with any organization that offers the issuing of certificates.

Process Flow

The graphic below gives an overview of administrative tasks.

  1. Provide a client certificate and the root certificate of the CA for the TREX Java client.

    See Providing the Certificates for the Java Client.

  2. Provide a server certificate and the root certificate of the CA for the TREX Web server.

    The Microsoft Internet Information Server (IIS) is used as the TREX Web server on Windows; on UNIX, the Apache Web Server is used. There are therefore two different procedures:

    1. Providing the Certificates for the IIS Web Server (Windows)

    2. Providing the Certificates for the Apache Web Server (UNIX)

  3. The Java client and Web server can communicate using HTTPS.