Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2015-03-04 19:01:34 +0000
committerRoberto E. Escobar2015-03-05 00:18:30 +0000
commita178be8d3206de7635534e7f5ab010dd8a079494 (patch)
treecbd9d0d2d3d1813ba6c73b5051eee56b76e2ccad /plugins/org.eclipse.osee.support.config
parent1543255a69ae90708448b60ac2f4f0f4bf2e3ba4 (diff)
downloadorg.eclipse.osee-a178be8d3206de7635534e7f5ab010dd8a079494.tar.gz
org.eclipse.osee-a178be8d3206de7635534e7f5ab010dd8a079494.tar.xz
org.eclipse.osee-a178be8d3206de7635534e7f5ab010dd8a079494.zip
feature[ats_ATS148512]: Improve jetty configuration and startup0.20.0.v201503091754_REL0.20.0.v201503050058_REL
Diffstat (limited to 'plugins/org.eclipse.osee.support.config')
-rw-r--r--plugins/org.eclipse.osee.support.config/launchConfig/osee.hsql.json3
-rw-r--r--plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json6
2 files changed, 4 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.support.config/launchConfig/osee.hsql.json b/plugins/org.eclipse.osee.support.config/launchConfig/osee.hsql.json
index 244075e58ea..edf3c55eb85 100644
--- a/plugins/org.eclipse.osee.support.config/launchConfig/osee.hsql.json
+++ b/plugins/org.eclipse.osee.support.config/launchConfig/osee.hsql.json
@@ -24,9 +24,8 @@
]
},
{
- "service.pid": "org.eclipse.osee.http.jetty.internal.osgi.JettyHttpService",
+ "service.pid": "org.eclipse.osee.http.jetty.internal.osgi.JdbcJettyHttpService",
"jetty.server.context.session.inactive.interval": 3600,
- "jetty.server.session.manager.factory": "JDBC",
"jetty.jdbc.cluster.name" : "OSEE",
"jetty.jdbc.save.interval.secs" : 30
}
diff --git a/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json b/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json
index cbed8580e8b..bec34c34565 100644
--- a/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json
+++ b/plugins/org.eclipse.osee.support.config/launchConfig/osee.postgresql.json
@@ -17,15 +17,15 @@
"orcs.jdbc.service",
"account.jdbc.service",
"oauth.jdbc.service",
- "app.server.jdbc.service"
+ "app.server.jdbc.service",
+ "jetty.jdbc.service"
]
}
]
},
{
- "service.pid": "org.eclipse.osee.http.jetty.internal.osgi.JettyHttpService",
+ "service.pid": "org.eclipse.osee.http.jetty.internal.osgi.JdbcJettyHttpService",
"jetty.server.context.session.inactive.interval": 3600,
- "jetty.server.session.manager.factory": "JDBC",
"jetty.jdbc.cluster.name" : "OSEE",
"jetty.jdbc.save.interval.secs" : 30
}

Back to the top