Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1420

To support dockerization, have any overrides.properties file take precedence over any other config properties

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.12.1
    • 1.13.0
    • None
    • None

    Description

      For example, in the following process:

      • use mvn (as currently) to create a WAR file, with the pom.xml set up for JDBC drivers of all DB servers we might want to connect to (hsqldb, sql server, postgresql)
      • the Docker image should be built from a Dockerfile specifying just Tomcat 8 + Java 8.
      • the build process that creates the Docker image should explode the WAR file, and not copy over the WAR. Ideally these files should be read-only
      • for externalizing configuration, develop an ENTRYPOINT script that gather up all the command line arguments passed to docker run and copy them into a new WEB-INF/overrides.properties file; Apache Isis will be enhanced to pick this up if present

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: