Re: Help with crossContext="true" and getRequestDispatcher()

2013-07-02 Thread Paul Hammant
Mark Thomas wrote: > On 02/07/2013 03:28, Paul Hammant wrote: > > Hi Mark, thanks for the reply. > > > > I've modified https://github.com/paul-hammant/servletDispatcherTest to > > include scripts to reproduce the problem, and to show the two web-apps &

Re: Help with crossContext="true" and getRequestDispatcher()

2013-07-01 Thread Paul Hammant
Hi Mark, thanks for the reply. I've modified https://github.com/paul-hammant/servletDispatcherTest to include scripts to reproduce the problem, and to show the two web-apps working separately, but not in the getRequestDispatcher(..).include(..) way. The scripts download an anointed versi

Help with crossContext="true" and getRequestDispatcher()

2013-06-29 Thread Paul Hammant
If you edit conf/context.xml and add crossContext="true", one Tomcat mounted web-app should be able to forward to (or include content from) another in the same request. I can't get it working and I have a minimal Github project ( https://github.com/paul-hammant/servletDispatcherT