<?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 Re: nuxeo.xml file does not reflect nuxeo.conf parameter change. in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313228#M229</link>
    <description>&lt;P&gt;Here are the templates we are using&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2012 09:50:57 GMT</pubDate>
    <dc:creator>yginieys_</dc:creator>
    <dc:date>2012-07-10T09:50:57Z</dc:date>
    <item>
      <title>nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313226#M227</link>
      <description>&lt;P&gt;Using nuxeo 5.5, I changed the SMTP configuration in the Admin console, but it has no effect (even after restart).
The default configuration is still used (mail.smtp.host=localhost).&lt;/P&gt;
&lt;P&gt;The nuxeo.conf file includes the correct SMTP parameters (mail.smtp.host=&amp;lt;correct_smtp&amp;gt;).&lt;/P&gt;
&lt;P&gt;The issue is with the nuxeo.xml configuration file located in NUXEO_HOME/conf/Catalina/localhost which contains the old default parameter.&lt;/P&gt;
&lt;P&gt;This file is left unchanged by the restarts.
I guess the nuxeo.xml file should be rewrited at each restart to include nuxeo.conf updated values.&lt;/P&gt;
&lt;P&gt;Is it right ?&lt;/P&gt;
&lt;P&gt;What is the the correct value to be found in the live nuxeo.xml ?&lt;/P&gt;
&lt;P&gt;Something like :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Resource auth="Container" name="Mail" type="javax.mail.Session"
        mail.store.protocol="pop3"
        mail.pop3.host="pop3.nosuchhost.nosuchdomain.com"
        mail.pop3.user="nobody"
        mail.transport.protocol="smtp"
        mail.smtp.host="localhost" mail.smtp.port="25"
        mail.smtp.starttls.enable="false"
        mail.smtp.auth="false"
        mail.smtp.user="anonymous"
        password="password" mail.from="noreply@nuxeo.com"
        mail.debug="false" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Or something like :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;Resource auth="Container" name="Mail" type="javax.mail.Session"
        mail.store.protocol="${mail.store.protocol}"
        mail.pop3.host="${mail.pop3.host}"
        mail.pop3.user="${mail.user}"
        mail.transport.protocol="${mail.transport.protocol}"
        mail.smtp.host="${mail.smtp.host}" mail.smtp.port="${mail.smtp.port}"
        mail.smtp.starttls.enable="${mail.smtp.usetls}"
        mail.smtp.auth="${mail.smtp.auth}"
        mail.smtp.user="${mail.smtp.username}"
        password="${mail.smtp.password}" mail.from="${mail.from}"
        mail.debug="${mail.debug}" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 12:39:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313226#M227</guid>
      <dc:creator>yginieys_</dc:creator>
      <dc:date>2012-07-09T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313227#M228</link>
      <description>&lt;P&gt;You're right.&lt;/P&gt;
&lt;P&gt;At startup (or simply by running &lt;CODE&gt;./bin/nuxeoctl configure&lt;/CODE&gt;), the file &lt;CODE&gt;conf/Catalina/localhost/nuxeo.xml&lt;/CODE&gt; must be overwritten by &lt;CODE&gt;templates/default/conf/Catalina/localhost/nuxeo.xml&lt;/CODE&gt; with the values you customized in &lt;CODE&gt;nuxeo.conf&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;Which configuration templates do you use (what is the value of &lt;CODE&gt;nuxeo.templates&lt;/CODE&gt;)?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 19:34:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313227#M228</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-09T19:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313228#M229</link>
      <description>&lt;P&gt;Here are the templates we are using&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 09:50:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313228#M229</guid>
      <dc:creator>yginieys_</dc:creator>
      <dc:date>2012-07-10T09:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313229#M230</link>
      <description>&lt;P&gt;Please prefer to use comment for comments and answers for answers.&lt;/P&gt;
&lt;P&gt;Some things to check:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Do you have in nuxeo.conf the following line not commented: nuxeo.force.generation=true&lt;/LI&gt;
&lt;LI&gt;Do you have in your environment a variable set for NUXEO_CONF&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 10 Jul 2012 12:15:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313229#M230</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-07-10T12:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313230#M231</link>
      <description>&lt;P&gt;As suggested by Benjamin, check the value of &lt;CODE&gt;nuxeo.force.generation&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:37:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313230#M231</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-10T14:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313231#M232</link>
      <description>&lt;P&gt;In /etc/init.d/nuxeo, NUXEO_CONF is set&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:47:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313231#M232</guid>
      <dc:creator>yginieys_</dc:creator>
      <dc:date>2012-07-10T14:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313232#M233</link>
      <description>&lt;P&gt;I've found something interesting.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 14:53:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313232#M233</guid>
      <dc:creator>yginieys_</dc:creator>
      <dc:date>2012-07-10T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313233#M234</link>
      <description>&lt;P&gt;Ok, that's the issue. It comes from the "target" path used by templates. Look into &lt;CODE&gt;templates/default/nuxeo.defaults&lt;/CODE&gt;, there must be&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 15:23:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313233#M234</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-10T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313234#M235</link>
      <description>&lt;P&gt;With the default target value, the wrong path should be &lt;CODE&gt;nxserver/conf/Catalina/localhost/nuxeo.xml&lt;/CODE&gt;, whereas &lt;CODE&gt;server/default/deploy/...&lt;/CODE&gt; looks like a JBoss path, I wonder where it comes from. Didn't you mixed Tomcat and JBoss packages or templates? Or don't you have some JBoss properties in &lt;CODE&gt;/etc/init.d/nuxeo&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 15:28:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313234#M235</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-10T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313235#M236</link>
      <description>&lt;P&gt;Thanks Julien.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 18:01:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313235#M236</guid>
      <dc:creator>yginieys_</dc:creator>
      <dc:date>2012-07-10T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313236#M237</link>
      <description>&lt;P&gt;The *.target property in each nuxeo.defaults file must be named accordingly to its container template. Here, it must be named "stepnet.target" so it won't override the one of the "default" template.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2012 18:25:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313236#M237</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-10T18:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313237#M238</link>
      <description>&lt;P&gt;I have got the same problem and I have noticed the following thing&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 10:38:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313237#M238</guid>
      <dc:creator>Alice_</dc:creator>
      <dc:date>2012-07-16T10:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: nuxeo.xml file does not reflect nuxeo.conf parameter change.</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313238#M239</link>
      <description>&lt;P&gt;@Alice&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:24:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-xml-file-does-not-reflect-nuxeo-conf-parameter-change/m-p/313238#M239</guid>
      <dc:creator>Julien_Carsique</dc:creator>
      <dc:date>2012-07-16T15:24:11Z</dc:date>
    </item>
  </channel>
</rss>

