Re: customer specific settings of webapps

2008-08-19 Thread Bill Barker
"Paul Hammes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > I have a webapplication wich is distributed in one war for different > customers. > Unfortunately there are customer specific settings I normally would like > to define in the enclosed web.xml. > Because thi

Re: customer specific settings of webapps

2008-08-18 Thread Yves Glodt
On Monday 18 August 2008, Paul Hammes wrote: > Hi all, Hi, > I have a webapplication wich is distributed in one war for different > customers. Unfortunately there are customer specific settings I > normally would like to define in the enclosed web.xml. Because this > would lead to, that I have to

Re: customer specific settings of webapps

2008-08-18 Thread Mark Thomas
Paul Hammes wrote: > Hi all, > > I have a webapplication wich is distributed in one war for different > customers. > Unfortunately there are customer specific settings I normally would like to > define in the enclosed web.xml. > Because this would lead to, that I have to pack one war per custo

customer specific settings of webapps

2008-08-18 Thread Paul Hammes
Hi all, I have a webapplication wich is distributed in one war for different customers. Unfortunately there are customer specific settings I normally would like to define in the enclosed web.xml. Because this would lead to, that I have to pack one war per customer, I am looking for a more comf