Mantis - Resin
Viewing Issue Advanced Details
2691 minor always 05-23-08 09:08 05-23-08 09:17
alex  
alex  
normal  
closed 3.1.6  
fixed  
none    
none 3.1.7  
0002691: minimal.conf file missing </cluster> closing tag
I found a typo in the conf/minimal.conf file. You are missing the end cluster tag.
 
<resin xmlns="http://caucho.com/ns/resin" [^]
       xmlns:resin="http://caucho.com/ns/resin/core"> [^]
 
  <log name="" level="info" path="stdout:"/>
 
  <cluster id="">
    <server id="">
      <http port="8080"/>
    </server>
 
    <resin:import path="${resin.home}/conf/app-default.xml"/>
 
    <host id="" root-directory=".">
      <web-app id="/" root-directory="docs"/>
    </host>
  </server>
</cluster>
</resin>
-----
reported by Nathan Maves


Notes
(0003086)
alex   
05-23-08 09:17   
extra </server> closing tag changed to </cluster>