Nathan,

I am trying to migrate to Tomcat 5 from a different app server. Is there a way to define url redirects? i.e. if a page moved off your server to a different location and you do not want to make a redirect page.

You could write a servlet that's mapped to /*, and then have that servlet replace the hostname (and part of the path?), then send a redirect back to the browser.

Would this meet your needs?

-chris


Attachment: signature.asc
Description: PGP signature

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to