I'm trying to deploy a project to WebSphere Application Server V8.5 Liberty Profile. After added the war to server/apps folder I configured server.xml as shown on the page below:
But when I try to open it on the browser I get this error:
Exception thrown by application class 'com.worklight.core.auth.impl.AuthenticationFilter.doFilter:110'
javax.servlet.ServletException: Worklight Project not initialized
at com.worklight.core.auth.impl.AuthenticationFilter.doFilter(AuthenticationFilter.java:110)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:194)
at [internal classes]
I'm using JRE6 both to compile and on server.
Related topics (same error message):
Common culprits: