<?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 Add new parameter in Nuxeo.conf in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324730#M11731</link>
    <description>&lt;P&gt;Hi,
Through Nuxeo IDE I have created a listener in nuxeo. Now in that listener I run some antivirus service for which I need to configure IP of the machine where the antivirus is running. Now to configure that IP I need to add some new parameter in nuxeo.conf. So, can any one help me to know how can I add new parameter in nuxeo.conf and also how to read it from my listener.&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2015 21:37:16 GMT</pubDate>
    <dc:creator>Souvik_</dc:creator>
    <dc:date>2015-05-29T21:37:16Z</dc:date>
    <item>
      <title>Add new parameter in Nuxeo.conf</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324730#M11731</link>
      <description>&lt;P&gt;Hi,
Through Nuxeo IDE I have created a listener in nuxeo. Now in that listener I run some antivirus service for which I need to configure IP of the machine where the antivirus is running. Now to configure that IP I need to add some new parameter in nuxeo.conf. So, can any one help me to know how can I add new parameter in nuxeo.conf and also how to read it from my listener.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 21:37:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324730#M11731</guid>
      <dc:creator>Souvik_</dc:creator>
      <dc:date>2015-05-29T21:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add new parameter in Nuxeo.conf</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324731#M11732</link>
      <description>&lt;P&gt;Just add whatever parameter you want in &lt;CODE&gt;nuxeo.conf&lt;/CODE&gt; like:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;your.custom.parameter=thevalue
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then read it from your code using:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;String value = Framework.getProperty("your.custom.parameter");
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 31 May 2015 16:41:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324731#M11732</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2015-05-31T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add new parameter in Nuxeo.conf</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324732#M11733</link>
      <description>&lt;P&gt;If you want to test it from the IDE, if I'm not mistaken, you have to add it in nuxeo-sdk.conf too.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 13:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/add-new-parameter-in-nuxeo-conf/m-p/324732#M11733</guid>
      <dc:creator>ioihanguren_</dc:creator>
      <dc:date>2015-06-01T13:18:28Z</dc:date>
    </item>
  </channel>
</rss>

