From c38ddb5d007f3b4f41489b8d4d27d0b7c5dde3c5 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 21 Aug 2013 13:04:12 +0200 Subject: [PATCH] add a note about hsqldb data location (fix #496) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdc21a06..cc1a0a18 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ It will generate a zip file at `target/commafeed.zip` with everything you need t * If you don't use the embedded database, create a database in your external database instance, then uncomment the `Resource` element corresponding to the database engine you use from `conf/tomee.xml` and edit the default credentials. * If you'd like to change the default port (8082), edit `conf/server.xml` and look for ``). This will generate the file `target/commafeed.war`. Copy this file to your tomee `webapps/` directory. * The application is online at [http://localhost:8082/commafeed](http://localhost:8082/commafeed). Don't forget to set the public URL in the admin settings.