1

Based on ant task, I have to define security domain value in jboss-web.xml file.

For example, if ant task is "test" the security-domain value should be security-domain-test

if ant task is "live" the security-domain value should be security-domain-live

Does anyone know how to do this?

  • You may want to use a "replace" ant task : https://ant.apache.org/manual/Tasks/replace.html – Arnaud Dec 22 '15 at 16:20

0 Answers0