scenario:
Server(A):Weblogic Server(B):Weblogic
A (a)web application running in server(A) calls another (b)web application which is deployed in another server(B).
the expected result is
(b) application should be running inside the (a) application.
main objective is state need to be maintained in both applications.
i had tried with the url connection and jsession id,but iam not get the expected result.
please suggest me to acheieve this scenario.
tell me also technical drawbacks involved.
Thanks in advance
Regards,
Ram
-
web applications calling another application (2 messages)
- Posted by: ramesh kumar
- Posted on: October 19 2004 02:07 EDT
Threaded Messages (2)
- web applications calling another application by Sanjaya Ganesh on October 20 2004 02:58 EDT
- A calrification by Karthik Thyagarajan on November 06 2004 01:55 EST
-
web applications calling another application[ Go to top ]
- Posted by: Sanjaya Ganesh
- Posted on: October 20 2004 02:58 EDT
- in response to ramesh kumar
Ram:
Sessions are "children" of contexts and CAN NOT be shared by default across contexts (web applications). There are couple of options:
(1) Use Coherence-Web : http://www.tangosol.com/coherence-uses-a.jsp
(2) Persist details in DB, pass key via URL and read back the details in app2
-Sanjay -
A calrification[ Go to top ]
- Posted by: Karthik Thyagarajan
- Posted on: November 06 2004 01:55 EST
- in response to Sanjaya Ganesh
Hi Ramesh,
I'm also facing a similar requirement of calling a windows application from the web. Could you please tell me how you have proceeded with the same? I will be very thankful if replied.
Regards,
KARTHIK