By default, EP uses demo.sybase.com:4040 for the host, domain, and port.
To run the demo system on local host, make the following entry in the hosts file:
127.0.0.1 localhost demo.sybase.com
To run EP in your network environment, change the host name and domain name for your environment; you may want to change the port if the port number is already used in your system.
For example, for EP to use epdemo.example.com:5050
(“epdemo” is
the host, “example.com” is the domain, and 5050
is the port), follow these steps:
Using a text editor, edit the hosts file located in C:\WINNT\system32\drivers\etc\hosts by inserting the following entry on the last line:
127.0.0.1 localhost epdemo.example.com
Save the hosts file and close it.
You may want to change other ports, such as the redirect
port. If so, make corresponding changes to the global.properties.xml and server.xml files.
Accessing EP from your network
When you run config, the default host name “demo” is automatically changed to the machine name on which you installed Enterprise Portal 6.1. To complete the configuration process:
Using a text editor, open the global.properties.xml file, located in \tomcat\webapps\onepage\config, and:
Search for all instances of host_name, where host_name is the name of the machine where you installed EP, and replace each instance with the new host name.
Search for all instances of sybase.com
,
and replace each instance with your domain name.
Search for all instances of 4040
,
and replace each instance with the new port number.
Save global.properties.xml and close it.
Using a text editor, open the server.xml file, located in \tomcat\conf\, and:
Search for all instances of 4040
,
and replace each instance with the new port number.
Save server.xml and close it.
Stop and restart the Tomcat application server as described in “Starting and stopping Tomcat application server”.
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |