Samir Chaudhari

Greenhorn
+ Follow
since May 03, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Samir Chaudhari

How do I handle for a single transaction,if the objects reside on different application servers.
In an Ecommerce application If I have my J2EE components deployed
on different applciation Servers,how do I make them communicate with each other for the same user session.
1)Can 2 servlets residing on different servers communicate with each other & How
2)IS this scenario feasible & how
1)Login on Server1
2)Submit form to Servlet1 on Server1
3)Servlet1 does sendRedirect() the POST to servlet2 on Server2
4)Can teh session object from Server1 be forwarded to Server2.
Please help
Thanks
22 years ago