[jboss-user] [JBoss Portal] - Re: Redirect after logout

bvogt do-not-reply at jboss.com
Wed Jul 4 08:37:04 EDT 2007


since you are in a jsp, you can use:

response.sendRedirect(redirectURL);

http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpServletResponse.html#sendRedirect(java.lang.String)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060427#4060427

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060427



More information about the jboss-user mailing list