Hi,
While starting gwt debugger, I'm getting following error:
00:12:37.499 [WARN] Server class 'javax.el.BeanELResolver' could not be found in the web app, but was found on the system classpath
00:12:37.507 [WARN] Server class 'com.google.gwt.dev.shell.jetty.JDBCUnloader' could not be found in the web app, but was found on the system classpath
login page is opening but I cant login to the ui. Though while running locally, ui login is happening.
Any idea why I'm getting this error?
Thanks