Hello, I'm trying to package some web applications into a single ear but I've got a problem with the configuration. The ear is made by two web application, this web apps require a configuration which depend on the deployment environment ( development, test and production ), so I have to change some parameters into the web.xml descriptor depending on the target environment.
A possible solution could be to define a specific artifact for each environment, using the filter feature to set the parameters into the web.xml, so the ear for the production environment will be made using the 2 war for the same environment and so on.. . But this way seem too complex. I'm looking for a more simple or elegant solution. Can anyone give me a suggestion please ? Thanks in advance. Giancarlo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
