According to the notations in my first post, the successive URLs are:
1) SERVER_1/WEBAPP_1/HTML_1
2) SERVER_2/WEBAPP_2/SERVLET_2
3) SERVER_1/WEBAPP_1/JSP_1

"SERVLET_2" does all the work it has to do
using the information provided by the user in the "HTML_1"'s form "F1".
When the work is over, "SERVLET_2" redirects towards "JSP_1"
It's a classical client <-> server scheme...

But maybe I'm not getting properly your questions?

Best regards.



--
View this message in context: 
http://tomcat.10.n6.nabble.com/Pass-an-object-from-one-Webapp-to-another-on-two-differents-servers-tp4985870p4986202.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to