-
Notifications
You must be signed in to change notification settings - Fork 66
File include for ml-config.xml #235
Comments
It does not. Might be an interesting feature. Specific use case you have in mind? |
I am using a shared module across different ML server / application so I would like to have |
It is also possible to add module-locations on group level. Unfortunately, Roxy doesn't support much at Group level yet, so module-locations at group level not either.. I like the idea of having the possibility of splitting the large config file. I'm thinking of an <ml:include href="../extra-app-server-config.xml"/> or something alike. I would suggest validating the result. Should be easy to fix setup.xqy to do a validate just before applying changes. Schema is probably predefined. About actually sharing details across projects: would require specifying paths that go outside the project folder. Might be fragile.. |
I think "Sharing details across projects" is not really Roxy responsibility but file include would help us to better organize them. |
+1 on that -- the Roxy config is intended for a single project or application (although that may involve multiple app servers or databases). The part about importing a file into ml-config.xml shouldn't be that hard, assuming it's a local file read. Maybe later iterations would allow retrieving it from a remote source. |
I'd leave getting it from remote to the end users responsibility. There are plenty ways to make sure shared code can be pulled in, for instance using git(hub) submodules. I'd also like to point to the fact Roxy supports a comma-separated list in the I vote closing this ticket. All agree? |
Does Roxy support file include for ml-config.xml?
The text was updated successfully, but these errors were encountered: