[ 
https://jira.nuxeo.org/browse/NXP-5750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bogdan Stefanescu updated NXP-5750:
-----------------------------------

    Description: 
The Environment class should use the same property names as the template 
mechanism.
We should have a single property model. 
This may affect tomcat and jetty launchers (may be client launchers too) so all 
the other distributions should be tested for regressions.

These are standard system properties that are must be set on any Nuxeo 
distribution:
(the system properties are usually set by deployers or bootstrap code)

    public static String NUXEO_HOME_DIR = "nuxeo.home.dir";

    public static String NUXEO_DATA_DIR = "nuxeo.data.dir";

    public static String NUXEO_LOG_DIR = "nuxeo.log.dir";

    public static String NUXEO_TMP_DIR = "nuxeo.tmp.dir";

    public static String NUXEO_CONFIG_DIR = "nuxeo.config.dir";

    public static String NUXEO_WEB_DIR = "nuxeo.web.dir";

  "nuxeo.host.name",
  "nuxeo.host.version"

On specific distributions you may have additional properties like 
"nuxeo.ear.dir" on JBoss5.




    Impact type: [ Configuration format change]

> Cleanup and improve environment properties
> ------------------------------------------
>
>                 Key: NXP-5750
>                 URL: https://jira.nuxeo.org/browse/NXP-5750
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>            Reporter: Bogdan Stefanescu
>            Assignee: Bogdan Stefanescu
>
> The Environment class should use the same property names as the template 
> mechanism.
> We should have a single property model. 
> This may affect tomcat and jetty launchers (may be client launchers too) so 
> all the other distributions should be tested for regressions.
> These are standard system properties that are must be set on any Nuxeo 
> distribution:
> (the system properties are usually set by deployers or bootstrap code)
>     public static String NUXEO_HOME_DIR = "nuxeo.home.dir";
>     public static String NUXEO_DATA_DIR = "nuxeo.data.dir";
>     public static String NUXEO_LOG_DIR = "nuxeo.log.dir";
>     public static String NUXEO_TMP_DIR = "nuxeo.tmp.dir";
>     public static String NUXEO_CONFIG_DIR = "nuxeo.config.dir";
>     public static String NUXEO_WEB_DIR = "nuxeo.web.dir";
>   "nuxeo.host.name",
>   "nuxeo.host.version"
> On specific distributions you may have additional properties like 
> "nuxeo.ear.dir" on JBoss5.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to