thanks for the quick reply, but as I mentioned in the starting
thread:
"Ok, how about just configure the home page as login page, like
<form-login-page>/home.jsp</form-login-page>
<form-error-page>/error.jsp</form-error-page>
No. as you know, you must specify the form action called j_security_check. and if you try to login with the above configuration.
you will get error complaining that it doesn't know where to go next. "
could you just tell me how to create your own login page without being redirected to the configured login page or if the login page is the configured login page,
you can name your own action other than "j_security_check", so far as I know, you simply can't, and this is the limitation for
j2ee web tie security.