diff options
Diffstat (limited to 'web/WEB-INF/web.xml')
-rw-r--r-- | web/WEB-INF/web.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 758b004..4b85bde 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -14,6 +14,10 @@ <servlet-class> org.restlet.ext.servlet.ServerServlet </servlet-class> + <init-param> + <param-name>org.restlet.component</param-name> + <param-value>com.p4square.grow.GrowProcessComponent</param-value> + </init-param> </servlet> <!-- Catch all requests --> |