> From: Ken Fox [mailto:k...@vulpes.com] > Subject: Re: Mapping REST requests across multiple app contexts > > I looked at UrlRewriteFilter and it seemed designed for forwarding > within a context, not between contexts.
Not true; forwards may cross contexts - look at the context attribute on the <to> element. > Can it forward from ROOT to a context loaded by a Host finding > the app in its appBase? Yes; just set crossContext in the global conf/context.xml file. > I don't have Context declarations for my apps and I'd really like > to maintain isolation between them. Only the filter in ROOT would need to know the targets. Using the filter would be much less complex (and less overhead) than setting up httpd for the sole purpose of URL rewriting. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org