David Blevins created TOMEE-386:
-----------------------------------

             Summary: Support for META-INF/module.properties file and overriding
                 Key: TOMEE-386
                 URL: https://issues.apache.org/jira/browse/TOMEE-386
             Project: TomEE
          Issue Type: New Feature
            Reporter: David Blevins
            Assignee: David Blevins
             Fix For: 1.1.0


Or WEB-INF/module.properties file if in a webapp.

Allows module level settings to be configured.

Values in the module.properties file can be overridden via system properties 
with the following format:

 <property>=<value>

Also:

 <moduleName>.<property>=<value>

Also:

 <appName>.<moduleName>.<property>=<value>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to