The following process summarizes how to verify the configuration (obj.conf) of a Sun Java System Web server in reverse proxy mode. Use the steps only for reference.
Follow these steps:
NameTrans fn="map" from="/realma" name="reverse-proxy-/reamla" to="http:/realma"
Where "from=" contains the name of local virtual path (for example, /realma) and "to=" contains the remote virtual path (for example, http:/realma). Use the format in the sample to specify "to=" (http:/<Virtual Path>).
<Object name="reverse-proxy-/reamla"> Route fn="set-origin-server" server="<URL>" </Object> <Object ppath="http:*"> Service fn="proxy-retrieve" method="*" </Object>
Where reverse-proxy-/reamla is name mentioned in NameTrans directive, and the <URL> is a URL for the remote server. For example:
<Object name="reverse-proxy-/reamla"> Route fn="set-origin-server" server="http://server.myorg.org:CA Portal" </Object> <Object ppath="http:*"> Service fn="proxy-retrieve" method="*" </Object>
| Copyright © 2012 CA. All rights reserved. |
|