Hi,
As I'm very new to Web-Server, not able to manage one scenario ( may be very easy and simple). Need help to know the appropriate configuration
Let me explain the scenario.
Hosted one Web-Service Consuming application in one Application Server ( Tomcat ) which is not exposed to the internet.
On top of that Application Server there has a Web Server ( Apache 2.2) which is exposed to the internet
From our Web-Service Consuming application need to invoke a third party Web Service which is hosted on some other Domain/Network.
So what I am trying to do is, want to redirect/forward the request from our web-Server to the third party server and get the service related output.