Hi, I have two play project that run as was in a EAP server. But the problem is that I want to have different configuration for the two projects. The problem is that if I use -DConfig.file ... or -DCondig.resource, then this configuration file is loaded for both projects at the same time.
Is there a way to load different configurations for different projects? Or maybe to read an external file like standalone.xml.
Thanks.