[jboss-user] [JBoss Portal] - Re: dashboard in portal default

thomas.heute@jboss.com do-not-reply at jboss.com
Tue May 15 04:21:54 EDT 2007


You have several possibilities, the easiest (not the cleanest).

Open: portal-core.war/WEB-INF/jsp/header/header.jsp
Replace:

  | <a href="<%= loginURL %>">Login</a>
  | 

with

  | <a href="/portal/auth/dashboard">Login</a>
  | 

That should work, let me know.

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

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



More information about the jboss-user mailing list