Understanding REN Server Configuration Options
Depending on your requirements, choose one of two REN server creation and configuration options:
-
To create a single REN server in a particular database using default configuration parameters, create an application server domain using PSADMIN.
Event Notification may be enabled in the quick-configure menu. An associated REN server cluster is automatically created when Event Notification is enabled.
-
To create additional REN servers in a particular database, configure each REN server as required on the REN Server Definition and REN Server Cluster pages.
Then create the associated application server domains. Event Notification must also be enabled in the quick-configure menu.
When a REN server starts, it looks for configuration information in the database, using the application server domain name and host name as keys. If the associated configuration information exists in the database, the REN server uses it. If no such configuration information exists, the REN server is configured by defaults, which also configure a REN server cluster for each REN server. You can change the default REN server configuration by using the REN Server Configuration pages, but such changes do not take effect until the REN server starts up again.
Note:
You can create only one REN server per application server domain.
This section discusses some possible REN server configurations that depend on domain server topology.
Simple Configuration: Mycompany.com
In this configuration, the REN server is on the host machine MachA, the REN server uses the default port number 7180, the domain name server (DNS) addresses the host machine as MachA.mycompany.com, and no SSL or reverse proxy server is involved:
| Parameter | Value |
|---|---|
|
PeopleSoft Pure Internet Architecture Authentication Token Domain |
mycompany.com |
|
Authentication Domain in REN Server Cluster Configuration |
mycompany.com |
|
REN Server Cluster Root Path |
/psren |
|
REN Server Cluster URL |
http://MachA:7180 |
|
REN Server Browser URL |
http://MachA.mycompany.com:7180 |
Simple Configuration with SSL-Enabled REN Server: Mycompany.com
In this configuration, the REN server is on the host machine MachA, the REN server uses the default port number 7143, and DNS addresses the host machine as MachA.mycompany.com. The REN server is SSL-enabled.
| Parameter | Value |
|---|---|
|
PeopleSoft Pure Internet Architecture Authentication Token Domain |
mycompany.com |
|
Authentication Domain in REN Server Cluster Configuration |
mycompany.com |
|
REN Server Cluster Root Path |
/psren |
|
REN Server Cluster URL |
https://MachA:7143 |
|
REN Server Browser URL |
https://MachA.mycompany.com:7143 |
Reverse Proxy Server with Non-SSL Configuration
This configuration includes a single REN server and a reverse proxy server. The reverse proxy server could be either a dedicated reverse proxy server or a web server with a proxy plug-in configured to redirect both PeopleSoft Pure Internet Architecture and REN server requests. The application server host machine is MachA, and the REN server uses its default port 7180. The reverse proxy server is on MachRPS using port 8080 for HTTP. The DNS server must recognize MachRPS.mycompany.com.
| Parameter | Value |
|---|---|
|
PeopleSoft Pure Internet Architecture Authentication Token Domain |
mycompany.com |
|
Authentication Domain in REN Server Cluster Configuration |
mycompany.com |
|
REN Server Cluster Root Path |
/psren |
|
REN Server Cluster URL |
http://MachA:7180 |
|
REN Server Cluster Browser URL |
http://MachRPS.mycompany.com:8080 |
Reverse Proxy Server with SSL Configuration and Secure HTTP
For SSL, install certificates on the reverse proxy server, set the server to encrypt all communications, and use HTTPS URLs from the browser. In this example, the reverse proxy server uses port 8443 for SSL:
| Parameter | Value |
|---|---|
|
PeopleSoft Pure Internet Architecture Authentication Token Domain |
mycompany.com |
|
Authentication Domain in REN Server Cluster Configuration |
mycompany.com |
|
REN Server Cluster Root Path |
/psren |
|
REN Server Cluster URL |
http://MachA:7180 Note: The cluster URL should not be a secure HTTP address if SSL is handled through a reverse proxy server. |
|
REN Server Browser URL |
https://MachRPS.mycompany.com:8443 Note: This is a secure HTTP address (HTTPS). |
Note:
If you use SSL between the browser and REN server, you must use a reverse proxy server or SSL accelerator.
Related Topics