Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3965 | minor | always | 03-24-10 12:35 | 03-31-10 15:47 | |
|
|||||
Reporter: | emil | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.10 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.6 | ||
|
|||||
Summary: | 0003965: cluster imported as server with resin:import | ||||
Description: |
(rep by fifth-aeon) I'm working on streamlining some of our resin config and having some trouble figuring out how to use resin:import properly. We're using Resin 3.1.9. In a nutshell, we have a few clusters running, which share a lot of common configuration. I'm trying to do this: <cluster id="a"> <!-- includes the app-default for default web-app behavior --> <resin:import path="${resin.root}/conf/server-default.xml"/> <server id="A" address="xx.xx.xx.xx" port="6800"> ... server specific stuff </server> .. more servers </cluster> ... more clusters that also import my server-default.xml file My server-default.xml file looks like this: <cluster xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="http://caucho.com/ns/resin/core"> [^] <server-default> <!-- - The JVM arguments --> <jvm-arg>-d64</jvm-arg> <jvm-arg>-XX:+DisableExplicitGC</jvm-arg> <jvm-arg>-server</jvm-arg> <jvm-arg>-XX:+UseConcMarkSweepGC</jvm-arg> <jvm-arg>-XX:+UseParNewGC</jvm-arg> <jvm-arg>-XX:+CMSIncrementalMode</jvm-arg> <jvm-arg>-XX:+CMSIncrementalPacing</jvm-arg> <jvm-arg>-XX:NewRatio=2</jvm-arg> <jvm-arg>-XX:MaxPermSize=384m</jvm-arg> <jvm-arg>-Dcom.sun.management.jmxremote</jvm-arg> <jvm-arg>-Dcatalina.home=${resin.root}</jvm-arg> .. more server-default stuff </server-default> </cluster> I'm getting this error in the server log: 'server-default' is an unknown property of 'com.caucho.server.cluster.Server'. Any thoughts on what I'm doing wrong here? Much thanks! |
||||
Steps To Reproduce: | |||||
Additional Information: |
Reproduced on 3.1.9 and 3.1.10: /home/emil/support/resin-pro-3.1.10/conf/server-default.xml:4: 'server-default' is an unknown property of 'com.caucho.server.cluster.Server'. 2: xmlns:resin="http://caucho.com/ns/resin/core"> [^] 3: 4: <server-default> 5: <!-- The http port --> 6: <http address="*" port="8080"/> Appears to work in Resin 4.0.5 |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|