Not able to access Cockpit/Tasklist by adding camunda-webapp-webjar

Hi All,

I have manually added the dependency of camunda-webapp-webjar-7.10.0.jar in the Gradle project.

URLS: http://localhost:8080/camunda/app/cockpit
http://localhost:8080/camunda/app/tasklist

I am trying to access the cockpit / tasklist using the above urls, but It is throwing the error as below:

WARN [] o.apache.cxf.jaxrs.utils.JAXRSUtils - No operation matching request path “/camunda/app/cockpit” is found, Relative Path: /camunda/app/cockpit, HTTP Method: GET, ContentType: /, Accept: text/html,application/xhtml+xml,image/webp,image/apng,application/xml;q=0.9,application/signed-exchange;q=0.9;v=b3,/;q=0.8,. Please enable FINE/TRACE log level for more details.

WARN [] o.a.c.j.i.WebApplicationExceptionMapper - javax.ws.rs.ClientErrorException
at org.apache.cxf.jaxrs.utils.SpecExceptions.toHttpException(SpecExceptions.java:110)
at org.apache.cxf.jaxrs.utils.ExceptionUtils.toHttpException(ExceptionUtils.java:158)
at org.apache.cxf.jaxrs.utils.JAXRSUtils.findTargetMethod(JAXRSUtils.java:478)
at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:216)
at org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JAXRSInInterceptor.java:88)

Is there any more configuration required to enable / add to access the urls ?