Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5004 | minor | always | 03-28-12 00:57 | 06-14-12 19:01 | |
|
|||||
Reporter: | rickHigh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.29 | ||
|
|||||
Summary: | 0005004: Seems Resin does not pick up xml config deployed to /etc/resin/app-inf/ | ||||
Description: |
I tried deploying a configuration file called ec2.xml to /etc/resin/app-inf/ec2.xml, but Resin does not pick it up. When I copy it to /etc/resin/resin-inf/ec2.xml, it does work. The below is why I think you can define xml files into /etc/resin/app-inf/. /etc/resin/cluster-default.xml ... <resin:import fileset="${__DIR__}/${cluster.id}-inf/**/*.xml"/> ... /etc/resin/resin.xml ... <cluster id="app"> ... EC2.xml file that I created <resin xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="urn:java:com.caucho.resin"> <resin:properties path="http://169.254.169.254/latest/user-data" [^] optional="true" recover="true"/> </resin> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|