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

2013-07-02 Thread Paul Hammant
Thanks Mark. The crucial piece that I missed was the filter-mapping for the to-be-included thing had to have INCLUDE Now that it's all working, I updated the Github repo to be a demonstration of it all working, rather than a problem definition. - Paul On Tue, Jul 2, 2013 at 2:42 AM, Mark

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

2013-07-02 Thread Mark Thomas
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, but not in the getRequestDispatcher(..).include(..) wa

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 of Tom

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

2013-07-01 Thread Mark Thomas
On 29/06/2013 13:51, Paul Hammant wrote: > 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.

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 ho