Hi Aaoz,
so to summarize your scenario: You have a Web app deployed in tomcat
located at
staging.empleolisto.com.mx. Further the Web app is
communicating with a Web service located at
http://target_host:8080.
When you send a request to the Web app for example with your browser,
there are two connections going on. First the connection between your
browser and the Web app and last the connection between the Web app
and the Web service. I think you want to monitor the connection
between the Web app and the Web service. You can do that by using
Membrane Monitor as a reverse proxy. But to work properly you have
also to do some adjustments to the client.
Take a look at the following tutorial:
http://membrane-soa.org/soap-monitor-guide.htm
It shows how to configure the Membrane Monitor. The tutorial includes
examples how to configure the client for common client apis as well:
JAX-WS
http://membrane-soa.org/jaxws-client-monitor-howto.htm
Axis1+2
http://membrane-soa.org/axis2-monitor-howto.htm
If you tell me what client api you use to connect to the Web service,
maybe i can provide you with a example configuration for your client.
Kind Regards
Shaan
On 30 Sep., 12:48, Aaoz Gul <
aaoz....@northbaysolutions.net> wrote:
> Hi,
>
> Thank for your reply. Below are the detail configuration
>
> 1. I've deployed project in Linux . below are the setting of
> server.xml in tomcat
>
> <Host name="
staging.empleolisto.com.mx"
> unpackWARs="true" autoDeploy="true"
> xmlValidation="false" xmlNamespaceAware="false"
> backgroundProcessorDelay="10">
>
> </Host>
>
> 2. So, I can access my project this address"
>
staging.empleolisto.com.mx" instead of localhost and tomcate use 8080
> and i'm also using this port. . You can use this where my project is
> deployed and how can i access it.
>
> Now come to the Client. my Client interact other webservice with IPhttp://target_host:8080. I'm sending you the code of my wsdl file