diff --git a/src/main/webapp/WEB-INF/config/StrolchConfiguration.xml b/src/main/webapp/WEB-INF/config/StrolchConfiguration.xml index 51ec0e8d2..9844adfc8 100644 --- a/src/main/webapp/WEB-INF/config/StrolchConfiguration.xml +++ b/src/main/webapp/WEB-INF/config/StrolchConfiguration.xml @@ -12,6 +12,8 @@ ServiceHandler li.strolch.service.api.ServiceHandler li.strolch.service.api.DefaultServiceHandler + ElementMapHandler + PrivilegeHandler true diff --git a/src/main/webapp/WEB-INF/data/StrolchModel.xml b/src/main/webapp/WEB-INF/data/StrolchModel.xml index cb2396975..2ded8056d 100644 --- a/src/main/webapp/WEB-INF/data/StrolchModel.xml +++ b/src/main/webapp/WEB-INF/data/StrolchModel.xml @@ -11,7 +11,7 @@ - + diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html new file mode 100644 index 000000000..c39cbc45c --- /dev/null +++ b/src/main/webapp/index.html @@ -0,0 +1,8 @@ + + +Strolch Tutorial + + + Start =) + + \ No newline at end of file