Gregor,

Thank you for the additional information.  I will try the technique we
discussed and post back if I have further questions.

Thanks,

Brandon


Gregor Schneider wrote:
> 
> Brandon,
> 
> please reply to the list so that other ppl also benefit from this.
> 
> On Sun, Mar 29, 2009 at 3:22 PM,  <behofm...@gmail.com> wrote:
>>
>> Thanks for the quick reply! After using the approach you mentioned, I
>> would then use the RequestDispatcher to complete the forward to the new
>> context. Correct?
>>
> 
> Haven't done that myself, but as I understand it, yes.
> It's important that you use the dispatcher from the context you're
> forwarding to - in the example above that's the otherContext:
> 
> RequestDispatcher rd = otherContext.getRequestDispatcher(....)
> 
> Rgds
> 
> Gregor
> -- 
> just because your paranoid, doesn't mean they're not after you...
> gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
> gpgp-key available
> @ http://pgpkeys.pca.dfn.de:11371
> @ http://pgp.mit.edu:11371/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Forwarding-from-one-Context-to-another-tp22767662p22771112.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to