Anonymous | Login | Signup for a new account | 12-17-2024 10:41 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.4 | Product Version | 3.1.3 | ||||
Product Build | |||||||||
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 |
||||||||
Steps To Reproduce | |||||||||
Additional Information | resin-pro-3.1.3, Java 6 | ||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |