j_security_check redirect

Is there a way to force j_security_check to redirect a user to a specific page every time, rather than wherever it came from?

If someone goes directly to my login page and logs in using the login form, they get a 404 error since there is no page to be sent to.

I would like to bounce everyone to a home page on login.

(is it relevant that I'm doing this on Tomcat? this is all new to me...)

Is there a tag I can stick in the WEB-INF/web.xml file, under <login-config>?

[506 byte] By [torfua] at [2007-11-27 6:10:01]
# 1
OR, is it possible to check which page is set to load after login?(in which case I can have the page do a quick reload to my homepage, where it will bring up the login page again)
torfua at 2007-7-12 17:14:45 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2
I think I may have found a solution involving,<welcome-file-list>
torfua at 2007-7-12 17:14:45 > top of Java-index,Security,Other Security APIs, Tools, and Issues...