Hi,
We have 2 separate
tomcat instances running on different physical servers. I want to call
servlet A on server 1 from servlet b on server 2.
Please help. I need to pass the same request and response parameters which i have recived in servlet b. i.e. I want to forward a request . I guess the requestdispatcher will not work as it's different jvm and web.xml.
Regards,
Dev