I installed a worklight .war on my Websphere Application server, following this tutorial : http://pic.dhe.ibm.com/infocenter/wrklight/v6r0m0/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fdevref%2Fc_dev_test_server_and_console.html
After starting my application, when I try to reach it using the following URL : http://<ip address>:9080/<context root>/console
I have this error in my Websphere SystemOut.log
:
com.ibm.ws.webcontainer.webapp.WebApp logError SRVE0293E: [Servlet Error]-[Worklight Project not initialized]: 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:188)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:116)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
environment config : Windows Server 2008 R2 - Entreprise WebSphere Application server V7 Worklight server V6 DataBase Derby (default install trough worklight server install)