This is archived documentation for an older version of Nirvana (v3.1).
Please refer to documentation for the
latest version if required.
Nirvana Enterprise Manager - Proxy Pass
Through Plugin
Introduction
The Proxy Plugin can be used to forward http(s) requests
from specific urls to another host. For example, if
you want to forward requests from one realm to another
realm, or to another web server, you can use the proxy
pass through plugin.
This funcionality enables realms to act as a proxy
to forward URL requests to any host that accpets http(s)
connections.
|
Configuration
Once you have created the proxy plugin on the interface
you require it on, you can then select it from the plugins
panel for the selected interface and enter values as
you wish for the configuration parameters.
The proxy plugin requires configuration information
relating to the host and port that requests will be
forwarded to. Below is a table that shows each configuration
parameter and describes what it is used for.
Parameter Name |
Description |
Default Value |
| HostName |
Host name of the process that requests for the
URL will be forwarded to |
www.my-Channels.com |
|
Port |
Port on which the requests will be sent to
the host |
80 |
The image below shows the enterprise manager interface
panel with an nhp interface running on port 9005 on
the realm called 'productionslave1'. This interface
has a proxy Plugin configured to redirect requests from
this interface using the URL path of "/" and
will forward these requests to the File and XML plugins
located on the 'productionmaster' realm nhp0 interface
runing on port 8080.

From a browser, it is now possible to enter the url
'http://localhost:9005/xml/' which will redirect
this request to the interface on the produictionmaster
realm interface running on port 8080. This will actually
display the detaild of the productionmaster realm delivered
through the XML plugin defined within the XML
Plugin help page. The image below demonstrates the
browser view of the http request made and the results
of the redirect to the productionmaster realm.

|
|