Are the <Deployments> tags processed in sequential order and have overriding capabilities?
My business case is we have base software and then customize to the customer's needs if any. What I would like to do is load any wars or ears that are custom from a folder for customizations and then load the base ears and wars from the base folder and only if the custom doesn't have the same ear/war. Basically if the ear/war was already loaded then the base folder may post a warning in the log at startup but the server will process the custom app instead. For more examples: <Deployments dir="/tomee/custom/webapps/"/> <Deployments dir="/tomee/base/webapps/"/> Thanks, Eric -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-xml-and-Deployments-tag-and-order-of-deployments-tp4663218.html Sent from the OpenEJB User mailing list archive at Nabble.com.
