On Apr 16, 2007, at 4:04 PM, Francois Richard wrote:

Hi all,


I am currently re-vamping our resin configuration in order to get a bit more flexibility and modularity and I was trying the following using the dependency tag:

        <dependency path="${resinHome}/conf/system-properties.xml"/>

<dependency path="/usr/local/resin/conf/system- properties.xml"/>

(…)

Then I start resin and I do an update to:

/usr/local/resin/conf/system-properties.xml

and the content is not refreshed.  Am I doing something wrong?

There's a bug report with that description: http://bugs.caucho.com/ view.php?id=1632, so it might be an already-reported bug.

I haven't had a chance to check it yet, but it's one of the bugs planned on getting fixed before 3.1.1.

-- Scott



Here is the content of the file:


<!--

         - Global Properties file

  -->

<resin xmlns="http://caucho.com/ns/resin";

       xmlns:resin="http://caucho.com/ns/resin/core";>


        <!-- BeVocal System properties -->

<system-property com.bevocal.application.topology.environment="engineering"/>

<system-property bevocal.snmp.destination="public/ 10.0.100.75:162"/>

        <system-property process.name="Resin234"/>

        <system-property bevocal.getdistprops="false"/>

</resin>


Thanks,

Francois Richard

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to