Question

I am trying to follow the hello world tutorial at http://developer.eclipsesource.com/tabris/docs/gettingstarted-hello-world. I setup everything as explained but when I try to launch the browser an Error 404 - Not Found is thrown.

No context on this server matched or handled this request.

I am using the J2EE Preview server.

Any idea why this occurs or how to fix?

Was it helpful?

Solution

there was a bug which I recently fixed in the web.xml (see commit https://github.com/eclipsesource/tabris-sdk/commit/bf6400006768353a85b925a9239aceb82d190bcf).

The class org.eclipse.rwt.engine.RWTServletContextListener has moved to org.eclipse.rap.rwt.engine.RWTServletContextListener (note the difference is "rap"). It's fixed in the next SDK but in your example you need to modify the listener-class property in the WebContent/WEB-INF/web.xml file to "org.eclipse.rap.rwt.engine.RWTServletContextListener".

Hope this helps?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top