hi say suppose there are two weblogic servers are running. jsp1 is running on weblogicserver1 and jsp2 is running on weblogic server2. how can we communicate jsp1 and jsp2?
David Ulicny
Ranch Hand
Joined: Aug 04, 2004
Posts: 724
posted
0
They are running in different JVM's, so they couldn't communicate in any simple way.
SCJP<br />SCWCD <br />ICSD(286)<br />MCP 70-216
Rigel Kentaurus
Greenhorn
Joined: Feb 09, 2005
Posts: 11
posted
0
Originally posted by sree ram: hi say suppose there are two weblogic servers are running. jsp1 is running on weblogicserver1 and jsp2 is running on weblogic server2. how can we communicate jsp1 and jsp2?
1) pass parameteres between them (ie jsp2?param1=x¶m2=y