02-04-2015 08:24 AM
<!– Restlet adapter, used to expose modeler functionality through REST –>
<servlet>
   <servlet-name>RestletServletExplorer</servlet-name>
   <servlet-class>org.restlet.ext.servlet.ServerServlet</servlet-class>
   <init-param>
      <!– Application class name –>
      <param-name>org.restlet.application</param-name>
      <param-value>org.activiti.rest.explorer.application.ExplorerRestApplication</param-value>
   </init-param>
</servlet>
<!– Catch all service requests –>
<servlet-mapping>
   <servlet-name>RestletServletExplorer</servlet-name>
   <url-pattern>/service/*</url-pattern>
</servlet-mapping>
02-09-2015 04:32 PM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.