Mantis - Resin
Viewing Issue Advanced Details
5762 minor always 06-24-14 17:00 08-07-14 15:31
nam  
ferg  
normal  
closed  
fixed  
none    
none 4.0.41  
0005762: cluster-default.xml needs to import app-default.xml from conf, not classpath
(rep by M. Lowe)

It's currently importing:
    <resin:import path="classpath:META-INF/caucho/app-default.xml"/>

Notes
(0006467)
ferg   
08-07-14 15:31   
Standard cluster-default.xml is moved to classpath and resin.xml updated to use it.

The import of app-default.xml is now relative to ${__DIR__}, so if the resin.xml uses conf/cluster-default.xml, it will also use conf/app-default.xml.