EAServer comes with preconfigured listeners for all protocols. Secure protocols are assigned a predefined security profile.
The default settings for the preconfigured listeners are described in Table 3-9. Only secure listeners use security profiles.
Listener name |
Port |
Security profile |
---|---|---|
http |
8080 |
|
https1 |
8081 |
sample1 |
https2 |
8082 |
sample2 |
iiop |
9000 |
|
iiops1 |
9001 |
sample1 |
iiops2 |
9002 |
sample2 |
tds |
7878 |
|
OpenServer |
7979 |
The default host for these listeners is the name of the machine where the server is started. The host is defined in the setup script (setenv.sh or setenv.bat) using the JAGUAR_HOST_NAME environment variable. When you install EAServer, the installation process sets JAGUAR_HOST_NAME to the name of your machine. To change the host for a listener, use EAServer Manager or jagtool. For more information, see “Modifying an existing listener” or the jagtool command set_props.
The OpenServer listener is intended for migrating existing Open Server™ applications to EAServer. See Appendix B, “Migrating Open Server Applications to EAServer,” in the EAServer Programmer’s Guide for more information.
You must restart the server for your changes to take effect. If you have changed the server’s host name and port number, you must also restart EAServer Manager and reconnect to the server using the new host name and port number.
Copyright © 2005. Sybase Inc. All rights reserved. |