That is fine Ventaka, of course application can do whatever log as needed.
Question is, normally, webserver will receive a browser request through a port say 8080, and route the request to WAS by a port say 8443 right a way, after, webserver will be listening at port 8443 for the response from WAS, how can we capture response from WAS at this point of time??
Eric