diff --git a/src/main/webapp/WEB-INF/arsnova-servlet.xml b/src/main/webapp/WEB-INF/arsnova-servlet.xml index 3ed4eaac5cf7844bb94be2059d9a0d66cddd8bd6..94f8cbe2a2fd869c876c3cfa064c7d5cb9a7b52c 100644 --- a/src/main/webapp/WEB-INF/arsnova-servlet.xml +++ b/src/main/webapp/WEB-INF/arsnova-servlet.xml @@ -13,7 +13,12 @@ <mvc:resources mapping="/**.html" location="/" /> <mvc:resources mapping="/**.png" location="/"/> - + <mvc:resources mapping="/config.json" location="/"/> + <mvc:resources mapping="/dojo/**" location="/dojo/"/> + <mvc:resources mapping="/dijit/**" location="/dijit/"/> + <mvc:resources mapping="/dojox/**" location="/dojox/"/> + <mvc:resources mapping="/app/**" location="/app/"/> + <mvc:annotation-driven /> <bean id="viewResolver"