Patch to easily run continuum jetty with postgres
-------------------------------------------------

                 Key: CONTINUUM-1213
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1213
             Project: Continuum
          Issue Type: Improvement
          Components: Database
    Affects Versions: 1.1-alpha-#
            Reporter: thierry lach
            Priority: Minor
         Attachments: postgres-jetty.patch

The attached patch will allow running jetty against a postgres database.

As configured, postgres must be localhost, and have two databases named 
continuum and users which are accessible by user continuum with password 
continuum.

It uses a profile and a property to point to a different jetty-env.xml file 
with that configuration in it.

It can be launched with the command

    mvn -Ppostgres81 jetty:run

from within the continuum-webapp directory.

I think (but haven't tested it) that the patch also allows pointing to any 
arbitrary jetty-env.xml file by using a launch similar to:

    mvn -Djetty.env.xml=/path/to/jetty-env.xml jetty:run



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

        

Reply via email to