Could you let us , why are you attempting for such a thing ?? so taht we can help you achive your requirement . Thnaks
There is an application on Server1 and another application on Server2. The application starts off from Server1 and in the interim, i need to process some info in Server2 and then back. To process this info, i need the request object from Server1's application.
These 2 apps being on different servers, how do i maintain a session between them?
Passing the required data to server2 through query parameters is not an option since there are too many of them.
I am in the process of trying the HttpProxyServlet (weblogic) but i am not sure if RequestDispatcher can forward requests to app in other servers.
I read something about Coherence in this forum, not sure if that worked for someone?
Thanks
Sai