Originally posted by Raghavan Muthu:
I know that webservice provides you the facility for the exposing the services outside.
Is it not possible to communicate within web applications without going for webservices or any other external features but using Servlet's features Ben?
I think it will make sense to use Servlet's features (like ServletContext etc) only for the interaction within the same web application. Is that right?
Just to confirm my thought on the same.
Yes, Tomcat (and most other servers, I assume) can be configured to allow some crossContext interaction.
In this case, however, the original poster has already stated that the two applications are running on different instances of Tomcat.
[ July 26, 2007: Message edited by: Ben Souther ]