<p>Hi,<br></p><p>Please consider this following scenario.</p><p>I have 2 servers(1 jetty and the other is apache) with nginx as proxy servers to both.</p><p>I forward all the jsp queries to jetty and all the php queries to apache httpd and serve the static content of both the servers by nginx.</p>
<p>Now the problem is there is one xml file &quot;top.xml&quot;, generated by httpd which i must send the request to httpd and also i need to send all the request to *.xml to jetty(i have asked the dev team to make sure there is no top.xml file in jetty).</p>
<p>Can you suggest some configuration settings to achieve this.</p><p>Right now I have tried that for top.xml go to httpd and for *.xml go to jetty, but clearly the rule with *.xml overrides the top.xml condition.</p><p>My question is how the rules in the conf file processed when it comes to proxying the request to different servers.</p>
<p>Thanks,</p><p>Rakesh.</p>