Hi,
I have two web applications running on two different Tomcat servers -
Application A on server A and Application B on server B. A and B cannot
access each other directly. A web-client 'C' has access to both A
and B.
Is it possible for A to use the client C to fetch values of two
instance variables of a class in B and post it back to A? The
constraint here is that I do not have any control on web app B and
cannot make any changes to this application.
Your help is greatly appreciated.
Regards,
Aravind. R
opalpa opalpa@gmail.com http://opalpa.info - 10 Oct 2006 09:11 GMT
If B allows for accessing the values then C can access them and pass
them on.
opalpa
opalpa@gmail.com
http://opalpa.info/