Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml')
-rw-r--r--releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml b/releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml
index fe2843027be..1c08c4efc6c 100644
--- a/releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml
+++ b/releng/org.eclipse.osee.server.releng/scripts/createServerRuntime.xml
@@ -64,7 +64,7 @@
<target name="generateDemoLaunch">
<createLaunch
filepath="${tempAppServerFolder}/runDemo.sh"
- connection.id="h2"
+ connection.id="osee.demo.h2"
serverport="8089"
launcher="${launcherJar}"
extraVMArgs="-Dosee.db.embedded.server=0.0.0.0:8088 \${line.separator}-Dosee.connection.info.uri=&quot;demo/osee.demo.db.connection.xml&quot; \${line.separator}-Dosee.application.server.data=&quot;demo/binary_data&quot;" />

Back to the top