Except Apache is handling the rewrites.  Apache is the gateway to a slew of
applications of which this jBoss application is only one.  In theory I could
move the rewrite implementation from the Apache container to the Java
container but that is not practical in this situation.

Thanks,
David

----- Original Message ----- 
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: "Research Triangle Java User's Group mailing list." <[email protected]>
Sent: Wednesday, May 11, 2005 9:47 AM
Subject: Re: [Juglist] URL Rewrites


>
> On May 11, 2005, at 9:36 AM, David Cooper wrote:
>
> > Two things:
> >
> > 1)  I posted earlier about URL Rewrites and someone responded
> > asking if I could comment on some rewrite strategies.  I've lost
> > that email address, but I'd be happy to if you'll just respond to
> > this post.
> >
> > 2)  I have apache rewrite rules in action rewriting URLs and
> > forwarding them to my servlet.  I need to check for old URL's that
> > may have been book marked and redirect them.  Is there a way for
> > the servlet to access the original form of the HTTP request, i.e.
> > prior to being rewritten.
> >
> > I don't see how this could be since the rewrite happens in Apache
> > and there is nothing obvious in the HTTP header that indicates the
> > original form of the request.  I thought I would ask though.
>
> Perhaps this would solve the issue?
>
>      https://urlrewrite.dev.java.net/
>
>
> _______________________________________________
> Juglist mailing list
> [email protected]
> http://trijug.org/mailman/listinfo/juglist_trijug.org
>


_______________________________________________
Juglist mailing list
[email protected]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to