Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-5625 JBoss5 integration
  3. NXP-5750

Cleanup and improve environment properties

    XMLWordPrintable

    Details

    • Type: Sub-task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Impact type:
      Configuration format change

      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.

        Attachments

          Activity

            People

            • Assignee:
              bstefanescu Bogdan Stefanescu
              Reporter:
              bstefanescu Bogdan Stefanescu
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: