Page History
...
Installing the REST API (v4-v6)
This older REST API is disabled in the build by default. To build it, you must run:
Code Block |
---|
# The "-Pdspace-rest" flag will build the deprecated "rest" webapp alongside the new "server" webapp mvn clean package -Pdspace-rest |
The REST API deploys as a standard separate "rest" webapp for your servlet container / tomcat. For example, depending on how you deploy webapps, one way would be to alter tomcat-home/conf/server.xml and add:
...
Overview
Content Tools