Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002085 [Resin] trivial always 10-18-07 12:59 10-24-07 12:09
Reporter stbu View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.3
Summary 0002085: Inconsistence between resin.conf and resin-admin/cluster.php about <remote-enable>
Description The resin.conf shipped with resin-3.1.3 contains between lines 13 and 17:

  <!--
     - Management configuration
    -->
  <management path="${resin.root}/admin">
  </management>


The PHP Administration Page "Cluster" (e.g. http://localhost:9080/resin-admin/cluster.php) [^] shows


resin.conf

<resin xmlns='http://caucho.com/ns/resin'> [^]
  <management enable-remote='true'>
  ...
  <cluster id='...'>
    ...
  </cluster>
</resin>


I've updated the resin.conf and added enable-remote='true' but then the restart fails:

14: - Management configuration
15: -->
16: <management path="${resin.root}/admin" enable-remote='true'>
17: </management>

'remote-enable' is expected.

<management> syntax: ( (@path | <path>)?
                     & (@remote-enable | <remote-enable>)?)



Fixing the resin.conf to

  <!--
     - Management configuration
    -->
  <management path="${resin.root}/admin" remote-enable='true'>
  </management>

works.


Please fix this wrong information in cluster.php
Additional Information resin-pro-3.1.3, Java 6
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-18-07 12:59 stbu New Issue
10-18-07 13:00 stbu Issue Monitored: stbu
10-24-07 12:09 ferg Assigned To  => ferg
10-24-07 12:09 ferg Status new => closed
10-24-07 12:09 ferg Resolution open => fixed
10-24-07 12:09 ferg Fixed in Version  => 3.1.4


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