Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002691 [Resin] minor always 05-23-08 09:08 05-23-08 09:17
Reporter alex View Status public  
Assigned To alex
Priority normal Resolution fixed  
Status closed   Product Version 3.1.6
Summary 0002691: minimal.conf file missing </cluster> closing tag
Description 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

Additional Information
Attached Files

- Relationships

- Notes
(0003086)
alex
05-23-08 09:17

extra </server> closing tag changed to </cluster>
 

- Issue History
Date Modified Username Field Change
05-23-08 09:08 alex New Issue
05-23-08 09:15 alex Status new => assigned
05-23-08 09:15 alex Assigned To  => alex
05-23-08 09:17 alex Status assigned => closed
05-23-08 09:17 alex Note Added: 0003086
05-23-08 09:17 alex Resolution open => fixed
05-23-08 09:17 alex Fixed in Version  => 3.1.7


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker