cancel
Showing results for 
Search instead for 
Did you mean: 

choose "default start Page" when user is connecting

milonette_
Star Collaborator
Star Collaborator

hello,

Is there an extension point to set the default home page ?

On Nuxeo 5.6 my user starts after connection on "Server default Domain". Is it possible to start on "HOME>dashboard"

Using http://doc.nuxeo.com/display/KB/Changing+the+welcome+page+of+Nuxeo+DM I try Deployment Extensions :

<extension target="pages#PAGES">
<page view-id="/nxstartup.xhtml" 
action="#{startupHelper.initDomainAndFindStartupPage('Default domain','user_dashboard')}" />
</extension>

but it's still on "document mangement" tab.

thanks

7 REPLIES 7

adam_bo_
Star Contributor
Star Contributor

Only administrators have the 'document management' as the home page. Normal users' home is user_dashboard. Could you check ?

Hello,

title should be "default Start page". I change it, sorry !

Can you check the file nuxeo.war/WEB-INF/pages.xml on the server ?

Thank you very much for your help.

It looks like this bug https

Ok, thank you very much ! So i should override the StartupHelper class