diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-29 07:24:43 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-29 07:24:43 +0000 |
commit | fc4d80fd2083d48e6923faac1b6a038247079e50 (patch) | |
tree | 1a07dce7ceb7d4cc5198406ad06a0f7ff1bc8e95 /sca-cpp/trunk/modules/server/server-conf | |
parent | 2fedb4a4b67f7856bbfc5d1508524ef9c3d85942 (diff) |
Skeleton of a composite app editor module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/server/server-conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sca-cpp/trunk/modules/server/server-conf b/sca-cpp/trunk/modules/server/server-conf index 742d48d614..992627596b 100755 --- a/sca-cpp/trunk/modules/server/server-conf +++ b/sca-cpp/trunk/modules/server/server-conf @@ -64,17 +64,24 @@ Alias /atomutil.js $jsprefix/htdocs/atomutil.js Alias /ui.js $jsprefix/htdocs/ui.js Alias /ui.css $jsprefix/htdocs/ui.css Alias /scdl.js $jsprefix/htdocs/scdl.js -Alias /graph.js $jsprefix/htdocs/graph.js <Location /component.js> AuthType None Require all granted </Location> -<Location /scdl.js> +<Location /util.js> AuthType None Require all granted </Location> -<Location /util.js> +<Location /elemutil.js> +AuthType None +Require all granted +</Location> +<Location /xmlutil.js> +AuthType None +Require all granted +</Location> +<Location /atomutil.js> AuthType None Require all granted </Location> @@ -86,6 +93,10 @@ Require all granted AuthType None Require all granted </Location> +<Location /scdl.js> +AuthType None +Require all granted +</Location> EOF |