Re: Help with crossContext=true and getRequestDispatcher()

2013-07-02 Thread Paul Hammant
, 2013 at 2:42 AM, Mark Thomas ma...@apache.org 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 working separately

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 version

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/servletDispatcherTest) that shows how