How to use form-login in iPlanet?

Hi guys:I tried to use J2EE form-based login feature to trigger user authentication,but I can only specify the login page and the login error page, so how toredirector the location after user login successful?Thanks
[257 byte] By [709142] at [2007-11-25 4:50:12]
# 1

You need to try to reach a page/servlet/pattern that is protected. Then the j_security_check action in your form-login page will be populated with the relevant parameters. You will be presented with a login page when you try to access the servlet, then you will be redirected to the appropriate protected resource.

709142 at 2007-6-30 21:44:48 > top of Java-index,Application & Integration Servers,Application Servers...