0 Votes

Configuration

Last modified by Jeff McDonald on 2024/01/24 13:20

Configuration Wizard

Once OCCAS is installed, it must be configured. To run the wizard, type:

./oracle_common/common/bin/config.sh

Replicated Domain

A replicated domain consists of one Admin server and several Engine Tier servers. Let's use the configuration wizard to create a default one, which we will customize later.

Create Domain

Create a new domain and choose its location.

Templates

Create a domain using product templates. Choose the following options:

  • Basic WebLogic Server Domain
  • WebLogic Advanced Web Services for JAX-RPC Extension
  • WebLogic Advanced Web Services for JAX-WS Extension
  • WebLogic JAX-WS SOAP/JMS Extension
  • Converged Application Server - Replicated Domain

Administrator Account

Choose a name and a password.

Domain Mode and JDK

Select Development mode (you can change it to Production later).

Enter the JDK location (Java 11).

Advanced Configuration

Select only Administration Server. We will configure everything else later.

  • Server Name: AdminServer
  • Listen Address: Enter the hostname (or preferred IP Address) of the admin server. Do not select All Local Addresses.
  • Listen Port: 7001
  • Leave Enable SSL unchecked. (We will configure this later.)

Configuration Summary

Review and click Create.

Configuration Progress

Once complete, click Next.

End of Configuration

Make note of the Domain Location and Admin Server URL.

Start the Servers

Start the Admin and two Engine servers like so:

cd <domain>/bin
./startWeblogic.sh
./startManagedWebLogic.sh engine1
./startManagedWebLogic.sh engine2