<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Running both Web UI and JSF UI on Nuxeo 2019 LTS ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323100#M10101</link>
    <description>&lt;P&gt;Dear all,
First post on these boards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'm quite new to Nuxeo, so please bear with me.
I have a rather simple question: is it possible to run both Web UI and JSF UI on Nuxeo 2019 LTS ?
Last time I tried, the installation of JSF UI went through, the module appeared as started with nuxeoctl mp-list, just like WebUI, but Nuxeo was no longer accessible on &lt;A href="http://my.ip:8080/nuxeo" target="test_blank"&gt;http://my.ip:8080/nuxeo&lt;/A&gt; (Tomcat error 404). I had to uninstall JSF UI and restart Nuxeo to be able to log in again.
Any idea what I could be doing wrong ?
Best regards,
Samuel&lt;/P&gt;
&lt;P&gt;EDIT: I could see the following lines in the log, are they relevant ?&lt;/P&gt;
&lt;P&gt;2021-03-29T16:55:24,404 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.actions&lt;BR /&gt; /&amp;gt;
2021-03-29T16:55:24,406 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.authentication&lt;BR /&gt; /&amp;gt;
2021-03-29T16:55:24,408 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.docview.contrib&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 13:55:57 GMT</pubDate>
    <dc:creator>Samuel_VISCAPI</dc:creator>
    <dc:date>2021-04-01T13:55:57Z</dc:date>
    <item>
      <title>Running both Web UI and JSF UI on Nuxeo 2019 LTS ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323100#M10101</link>
      <description>&lt;P&gt;Dear all,
First post on these boards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'm quite new to Nuxeo, so please bear with me.
I have a rather simple question: is it possible to run both Web UI and JSF UI on Nuxeo 2019 LTS ?
Last time I tried, the installation of JSF UI went through, the module appeared as started with nuxeoctl mp-list, just like WebUI, but Nuxeo was no longer accessible on &lt;A href="http://my.ip:8080/nuxeo" target="test_blank"&gt;http://my.ip:8080/nuxeo&lt;/A&gt; (Tomcat error 404). I had to uninstall JSF UI and restart Nuxeo to be able to log in again.
Any idea what I could be doing wrong ?
Best regards,
Samuel&lt;/P&gt;
&lt;P&gt;EDIT: I could see the following lines in the log, are they relevant ?&lt;/P&gt;
&lt;P&gt;2021-03-29T16:55:24,404 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.actions&lt;BR /&gt; /&amp;gt;
2021-03-29T16:55:24,406 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.authentication&lt;BR /&gt; /&amp;gt;
2021-03-29T16:55:24,408 ERROR [main] [org.nuxeo.runtime.model.impl.ComponentManagerImpl] Duplicate component name: service:org.nuxeo.ecm.platform.preview.docview.contrib&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 13:55:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323100#M10101</guid>
      <dc:creator>Samuel_VISCAPI</dc:creator>
      <dc:date>2021-04-01T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Running both Web UI and JSF UI on Nuxeo 2019 LTS ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323101#M10102</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;JSF UI and Web UI can run synchronously. So basically you shoud have:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;nuxeoctl register // make sure you've registered your instance
nuxeoctl mp-install nuxeo-jsf-ui nuxeo-web-ui
nuxeoctl start
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 18:20:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323101#M10102</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2021-04-01T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running both Web UI and JSF UI on Nuxeo 2019 LTS ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323102#M10103</link>
      <description>&lt;P&gt;Hi [Gregory Carlin](https&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 06:51:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/running-both-web-ui-and-jsf-ui-on-nuxeo-2019-lts/m-p/323102#M10103</guid>
      <dc:creator>Samuel_VISCAPI</dc:creator>
      <dc:date>2021-04-02T06:51:46Z</dc:date>
    </item>
  </channel>
</rss>

