Mantis - Resin
Viewing Issue Advanced Details
4443 major always 03-22-11 08:06 04-04-11 13:06
cowan  
ferg  
urgent  
closed 4.0.16  
fixed  
none    
none 4.0.17  
0004443: health.xml not copied during "make install"
Resin fails to start after "make install" when installed to a directory other than the build directory.

conf/resin.xml:93: com.caucho.config.core.ResinImport.init(): Required file '/opt/resin/conf/health.xml' can not be read for resin:import.

91: -->
92: <resin:if test="${resin.professional}">
93: <resin:import path="${__DIR__}/health.xml"/>
94: </resin:if>
95:

There are no notes attached to this issue.