If you are using a proxy server, you must configure EP with the appropriate proxy settings.
Using EP behind a proxy server
Go to \tomcat\webapps\onepage\config.
Using a text editor, open global.properties.xml and change the proxy value to “on.” For example:
Property name=“proxy” value=“on” description=”(on/off). on ONLY if a squid type http proxy is installed/available” menugroup=“10”/
Change the proxy.host value to the IP address or host name of the proxy server. For example, if your proxy server host name is “proxy.hostname.com,” the line looks like this:
Property name=“proxy.host” value=“proxy.hostname.com” description=“(127.0.0.1). configure only if proxy=on. IP of the squid server” menugroup=“100”/
Change the proxy.port value to the port number on which the proxy server is running. For example, if the port is 1234, the line looks like this:
Property name =“proxy.port” value=“1234” description= “(3128). configure only if proxy=on. port where squid cache is running” menugroup=“100”/
To the proxy.bypass_list value, add the IP addresses or host names that should bypass the proxy server. You must keep the loopback address and local host in the bypass list. For example, if you want requests for URLs that end with “sybase.com” or start with “syberspace” to bypass the proxy server, enter:
Property name=“proxy.bypass_list” value =“127.0.0.1|localhost|sybase.com|syberspace” description=“(host1|host2). please read HTTPConnection javadocs for info on dontProxyFor() method for more info” menugroup=“100”/
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |