Step 2: Disable the JBoss RESTEasy scan
<context-param> <param-name>resteasy.scan</param-name> <param-value>false</param-value> </context-param> <context-param> <param-name>resteasy.scan.resources</param-name> <param-value>false</param-value> </context-param> <context-param> <param-name>resteasy.scan.providers</param-name> <param-value>false</param-value> </context-param>
PreviousStep 1: Increase the amount of time JBoss allows for Pentaho Server deploymentNextStep 3: Set the location of the solutions directory
Last updated
Was this helpful?

