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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...