EAServer includes preconfigured listeners for the HTTP, IIOP, and RMI protocols. The default settings for the preconfigured listeners are described in Table 3-8. Only secure listeners use security profiles.
Listener name |
Port |
Security profile |
---|---|---|
http1 |
8000 |
|
https1 |
8001 |
default |
https2 |
8002 |
default_mutual |
iiop1 |
2000 |
|
iiops1 |
2001 |
default |
iiops2 |
2002 |
default_mutual |
rmi |
1999 |
The default host for these listeners is the name of the machine where EAServer is installed. The host is defined by the HOSTNAME environment variable. When you install EAServer, the installation process sets HOSTNAME to the name of your machine. To change the host for a listener, use the Management Console or jagtool. See “Configuring listener properties”, or the jagtool command set_props in Chapter 6, “Using jagtool and jagant,” in the EAServer Automated Configuration Guide.