01-22-2013 09:01 AM
Hello,
I cannot change the favicon of my Nuxeo instance : I have replaced all the favicon images that I found on my server
./nxserver/web/root.war/modules/org.nuxeo.ecm.webengine.base/skin/resources/image/favicon.gif ./nxserver/web/root.war/modules/org.nuxeo.ecm.webengine.admin/skin/resources/image/favicon.gif ./nxserver/nuxeo.war/icons/favicon.png ./webapps/ROOT/favicon.ico
and the default favicon still appear 😞
How can I do that ?
Thank you
01-22-2013 11:11 AM
Hello,
The right favicon displayed in the Home, DM, Admin views is the /nxserver/nuxeo.war/icons/favicon.png. The other ones are displayed in the webengine view.
If you keep the same name and replace them in your server, the problem might be a cache issue from your browser. http://stackoverflow.com/questions/2208933/how-do-i-force-a-favicon-refresh
To be sure your icon is loaded, open in a new tab your favicon http://localhost:8080/nuxeo/icons/favicon.png Force your browser to refresh it, and then reload your Nuxeo page.
As an advice, if you change files or resources directly in your server, you will lost your changes when you will restart it. The best way is to override them in your custom jar.
01-22-2013 11:11 AM
Hello,
The right favicon displayed in the Home, DM, Admin views is the /nxserver/nuxeo.war/icons/favicon.png. The other ones are displayed in the webengine view.
If you keep the same name and replace them in your server, the problem might be a cache issue from your browser. http://stackoverflow.com/questions/2208933/how-do-i-force-a-favicon-refresh
To be sure your icon is loaded, open in a new tab your favicon http://localhost:8080/nuxeo/icons/favicon.png Force your browser to refresh it, and then reload your Nuxeo page.
As an advice, if you change files or resources directly in your server, you will lost your changes when you will restart it. The best way is to override them in your custom jar.
01-22-2013 01:08 PM
Thank you for your answer
01-22-2013 01:13 PM
No you will have to create a Nuxeo plugin project with Nuxeo IDE contribution and add it into the web/nuxeo.war/icons/
01-22-2013 01:32 PM
The fact that you' ll lose your changes that you made directly in the server at each restart is not specific to the favicon, it is the behavior of server.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.