Re: RES: question regarding alias for context

2006-03-23 Thread Hassan Schroeder
On 3/23/06, Alan Honczar <[EMAIL PROTECTED]> wrote: > I think that it will be the way, because mod_rewrite is available for Apache2 > and latest... mod_rewrite is available from Apache 1.2 on, actually -- Hassan Schroeder --

Re: RES: question regarding alias for context

2006-03-23 Thread Hassan Schroeder
On 3/23/06, Lothar Krenzien <[EMAIL PROTECTED]> wrote: > > Please be aware of the difference between *redirect* and *forward* > ... > To do a transparently forwarding you need a web server like Apache or IIS. That's simply not true; see the 'crossContext' attribute of the Context element in the To

Re: RES: question regarding alias for context

2006-03-23 Thread Lothar Krenzien
Please be aware of the difference between *redirect* and *forward* ( http://www.javapractices.com/Topic181.cjp ). With the java UrlRewriteFilter package ( http://tuckey.org/urlrewrite/ ) you can only do a *redirect* between different contexts. To do a transparently forwarding you need a web ser