RE: using crossContext

2006-03-27 Thread Farrow, Marc
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&#x

using crossContext

2006-03-27 Thread Zohar
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?