From f4c4803ce0c14585e3c2af3641d94b651877e04c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 30 Jan 2012 15:56:11 +0000 Subject: Refactor server hosting module, rename it and move it under a hosting dir, and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68 --- .../hosting/server/data/apps/testdb/app.composite | 99 ++++++++++++++++++++++ .../hosting/server/data/apps/testdb/app.stats | 1 + .../server/data/apps/testdb/htdocs/app.html | 24 ++++++ 3 files changed, 124 insertions(+) create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testdb/app.composite create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testdb/app.stats create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testdb/htdocs/app.html (limited to 'sca-cpp/trunk/hosting/server/data/apps/testdb') diff --git a/sca-cpp/trunk/hosting/server/data/apps/testdb/app.composite b/sca-cpp/trunk/hosting/server/data/apps/testdb/app.composite new file mode 100644 index 0000000000..32a023f8a7 --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testdb/app.composite @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + testkey + + + + + testvalue + + + + + testkey + + + + + testkey + + diff --git a/sca-cpp/trunk/hosting/server/data/apps/testdb/app.stats b/sca-cpp/trunk/hosting/server/data/apps/testdb/app.stats new file mode 100644 index 0000000000..1128933dfd --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testdb/app.stats @@ -0,0 +1 @@ +((entry (title "Test database components") (id "testdb"))) \ No newline at end of file diff --git a/sca-cpp/trunk/hosting/server/data/apps/testdb/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testdb/htdocs/app.html new file mode 100644 index 0000000000..856966ff50 --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testdb/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test db components

+
+
-- cgit v1.2.3