This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi All,
I have two web applications running in same tomcat container.I want to communicate between two web applications using servlets.
I mean servlet1 in web application1 will call servlet2 in web application2.Is it possible??
And one more doubt is..Is session id will be same in both the web applications?
One more solution is that Obtain that ServletContext (The context name of that web application which you have defined in server.xml file) and put cross-context is true .
If you want something you never had do something which you had never done
RaviNada Kiran wrote:One more solution is that Obtain that ServletContext (The context name of that web application which you have defined in server.xml file) and put cross-context is true .
Cross context stuff may not be portable on other servers.