Brandon,

within the Context-definition of the COntext *from* where you want to
forward, you'll have to specify

<Context path="[Pfad]" crossContext="true" ... />

Forwarding works like this:

 ServletContext otherContext = servletContext.getContext("/othercontext");
 // The context may be null if the application server does not permit
cross-context access.
 if (otherContext != null) {
     ...
 }

HTH

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

Reply via email to