diff --git a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
index c773806106..af55572277 100644
--- a/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
+++ b/rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml
@@ -71,6 +71,7 @@ limitations under the License.
+
@@ -90,6 +91,7 @@ limitations under the License.
+
diff --git a/rest/rest-server/src/main/webapp/WEB-INF/web.xml b/rest/rest-server/src/main/webapp/WEB-INF/web.xml
index 347417abb9..c4f92238d8 100644
--- a/rest/rest-server/src/main/webapp/WEB-INF/web.xml
+++ b/rest/rest-server/src/main/webapp/WEB-INF/web.xml
@@ -47,6 +47,7 @@
org.apache.brooklyn.rest.resources.AccessResource,
org.apache.brooklyn.rest.resources.ActivityResource,
+ org.apache.brooklyn.rest.resources.AdjunctResource,
org.apache.brooklyn.rest.resources.ApidocResource,
org.apache.brooklyn.rest.resources.ApplicationResource,
org.apache.brooklyn.rest.resources.CatalogResource,