Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-10-28 19:16:45 +0000
committerRyan D. Brooks2010-10-28 19:16:45 +0000
commitd3778d7a0e3358fdf669a42fe902f7f765033574 (patch)
treed0f22b42ce971aea521e3c0423e0a077491f137c
parentcc9f6c199a5a60c82069208fa6cc926e5142a352 (diff)
downloadorg.eclipse.osee-d3778d7a0e3358fdf669a42fe902f7f765033574.tar.gz
org.eclipse.osee-d3778d7a0e3358fdf669a42fe902f7f765033574.tar.xz
org.eclipse.osee-d3778d7a0e3358fdf669a42fe902f7f765033574.zip
refactor: Update H2 settings in demodbconnections
-rw-r--r--plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml b/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
index e4b6d4df76a..d399d142e9e 100644
--- a/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
+++ b/plugins/org.eclipse.osee.demo.db.connection/support/osee.demo.db.connection.xml
@@ -54,7 +54,7 @@
<AvailableDbServices>
<Server id="h2" dbInfo="h2.db.info" hostAddress="127.0.0.1"
- port="1621" connectsWith="h2.db.connection" />
+ port="8088" connectsWith="h2.db.connection" />
<Server id="derby" dbInfo="DerbyServer" hostAddress="127.0.0.1"
port="1621" connectsWith="NetDerbyClient" />

Back to the top