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
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,
. 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