Have you tried the HttpServletResponse .sendRedirect( String url ) method?

Robert S. Harper
801.265.8800 ex. 255
> -----Original Message-----
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jacob Weber
> Sent: Wednesday, July 28, 2004 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: Rewriting URLs in Tomcat
> 
> Is it possible to have Tomcat interpret one URL, e.g.
> 
> http://www.mysite.com/dir/dir/file
> 
> to really load another one, e.g.
> 
> http://www.mysite.com/otherdir/otherfile.do
> 
> 
> I think Apache can do this with mod_rewrite; is there a Tomcat
> equivalent? I need this to maintain backward compatibility for people
> using the old URL.
> 
> Thanks,
> Jacob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to