On Thu, Dec 11, 2008 at 1:30 PM, Peter von Kaehne <ref...@gmx.net> wrote:
> redirects - I have inserted HTML driven redirects but think it would be
> better to have this as a server directive like .htacess. Is there a way
> of doing this in Tomcat?

Use
response.sendRedirect("redirect://URL.here/to/a/page.html");

from JSPs.

--Greg

_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to