Re: Tagging 7.0.17

2011-07-01 Thread Mark Thomas
On 01/07/2011 09:39, Konstantin Kolinko wrote: > 2011/7/1 Mark Thomas : >> - use a single server.xml file and ${...} placeholders >> - have the installer write the necessary properties to the end of >> catalina.properties > > That will break IDEs > or any 3rd party apps that read server.xml for th

Re: Tagging 7.0.17

2011-07-01 Thread Konstantin Kolinko
2011/7/1 Mark Thomas : > - use a single server.xml file and ${...} placeholders > - have the installer write the necessary properties to the end of > catalina.properties That will break IDEs or any 3rd party apps that read server.xml for their own purpose without knowing this trick. Best regards,

Tagging 7.0.17

2011-07-01 Thread Mark Thomas
. My current plan is: - add a new installer page just for ports - use a single server.xml file and ${...} placeholders - have the installer write the necessary properties to the end of catalina.properties If all goes to plan, I should be tagging 7.0.17 later today. Mark