Sent: Monday, March 27, 2006 3:55 AM
To: users@tomcat.apache.org
Subject: using crossContext
Hi list,
I need to forward requests from a servlet running in one context to a
different one running in a different context. I understand I need to add
"crossContext" to the context descriptor
Hi list,
I need to forward requests from a servlet running in one context to a different
one running in a different context. I understand I need to add "crossContext"
to the context descriptor's attributes (should I add it to the forwarding
context, to the context that I forward it to, or both?