|
Hi,
You can try
ServletContext.getContext(...) to share info from one web app to another web
app.
Things to
remember :
i) Both applications must be running on the same
JVM
ii) Your web/app container should support
'cross-context'
iii) The other web app is considered to be already
loaded.
In other words, one of it's web resources got already
invoked by some way (either by direct call or by a
Startup-Servlet)
so that it's web context got already
established.
HTH
John
|
Title: Message
- HTTP session communication between VMs Katz Guy
- Re: HTTP session communication between VMs Pavnesh
- Re: HTTP session communication between VMs Eric Noriega
- Re: HTTP session communication between VMs Katz Guy
- Re: HTTP session communication between VMs John Arockiaraj
- Re: HTTP session communication between VMs Taylor, Kevin
