Re: Including a file into server.xml

2010-01-24 Thread Pid
On 23/01/2010 04:31, Aryeh M. Friedman wrote: I have an Java based XML DB that keeps track of different configurations for various sites we host and it is trivial to have it spit out a Host entery compatible with server.xml for each site... the only problem we have is how to insert the output

Including a file into server.xml

2010-01-22 Thread Aryeh M. Friedman
I have an Java based XML DB that keeps track of different configurations for various sites we host and it is trivial to have it spit out a Host entery compatible with server.xml for each site... the only problem we have is how to insert the output into server.xml without garbaging and/or

Re: Including a file into server.xml

2010-01-22 Thread Jorge Medina
I don't know of any inclusion tag. I had a similar problem with context.xml, I used an XSLT transformation to add new Resources entries during installation time depending on the number of databases a user wanted to configure. I used a dummy Resource entry and used XSLT to make a copy of it