hi can some one explain how this works..
in the httpd.conf file from the Apache web server where Dispatcher is configured
Add the details as PROXY-NAME PROXY-URL at the end of the file.
For example:
ProxyPass /maps/search http://servername.test.org:8380/sitese
ProxyPassReverse /maps/search http://servername.test.org:8380/sitese
So whenever there is a call to /maps/search the respective url is called in java script directly for example
var url = /maps/search ;