I must admit that I am new to JBoss EAP and therefore for some of you this question might sound strange.
After some time of work, I've developed foo.ear file that I want to deploy to JBoss EAP 6.2.4
What I've did so far, in process of testing, all the necessary properties for my foo application, I declared as system-properties in standalone.xml file. Further more all necessary dataSources are part of standalone.xml.
Now, as I am not in control of server, and I will never be (deployment of this application will be lead by TechOps guys), now I have problem.
TechOps don't want to polute standalone.xml file. They want to keep it clean as much as possible. And they are right. I understand their motives.
But now I have a problem/question. I need somehow to define properties like those system-properties and/or dataSources that I already was defining in standalone.xml configuration file. I can imagine that configuration of logging for my application can also be in this application specific configuration file. I guess there is a way that I can have foo.xml or similar that will hold specific stuff just for my application.
Can someone help me regarding this?
Thank You
No comments:
Post a Comment