You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2026. It is now read-only.
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.
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.