Try OpenEdge Now
skip to main content
Clustering Guide
Configuring cluster on JBoss : Before configuring cluster on JBoss : Verifying Proxy server installation on JBoss
 

Verifying Proxy server installation on JBoss

Verify Proxy Server installation as follows:
1. Start Apache HTTP server from <APACHE_HOME>/run or <APACHE_HOME>/bin location using the following command:
httpd -k start
2. Using a web browser, attempt to access the Apache HTTP server to ensure that proxy server has been installed properly. Proxy server URL is as follows:
http://<Proxy server host name>:<Proxy server port>
For example, http://Proxy.progress.com:14001
If Welcome page of Apache HTTP server is displayed, then it indicates that the proxy server is running.
3. Stop the Apache HTTP server with the following command from <APACHE_HOME>/bin or <APACHE_HOME>/run location.
httpd -k stop