Hi,All. I am using Apache as the web server (port 80) and tomcat as the web container(port 5200). Here is my acegi configuration. <bean id="authenticationProcessingFilter" class="org.acegisecurity.ui.webapp.AuthenticationProcessingFilter"> <property name="authenticationManager" ref="authenticationManager"/> <property name="authenticationFailureUrl" value="/index.jsp?login_error=1"/> <property name="defaultTargetUrl" value="/"/> <property name="filterProcessesUrl" value="/j_acegi_security_check"/> <property name="rememberMeServices" ref="rememberMeServices"/> </bean> After I login successfully, the acegi will forward to the "/" as I configured with the port 5200. So the URL turn to be http://localhost:5200/ instead of http://localhost/. Please help me. Thanks.
Luo xiuxiu 2007-05-10